pub struct CloseDown(u8);
Tuple Fields§
§0: u8
Implementations§
source§impl CloseDown
impl CloseDown
pub const DESTROY_ALL: CloseDown = _
pub const RETAIN_PERMANENT: CloseDown = _
pub const RETAIN_TEMPORARY: CloseDown = _
Trait Implementations§
source§impl Ord for CloseDown
impl Ord for CloseDown
source§impl PartialEq for CloseDown
impl PartialEq for CloseDown
source§impl PartialOrd for CloseDown
impl PartialOrd for CloseDown
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for CloseDown
impl Eq for CloseDown
impl StructuralPartialEq for CloseDown
Auto Trait Implementations§
impl Freeze for CloseDown
impl RefUnwindSafe for CloseDown
impl Send for CloseDown
impl Sync for CloseDown
impl Unpin for CloseDown
impl UnwindSafe for CloseDown
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more