Struct CloseDown
pub struct CloseDown(/* private fields */);
Implementations§
§impl CloseDown
impl CloseDown
pub const DESTROY_ALL: CloseDown = _
pub const RETAIN_PERMANENT: CloseDown = _
pub const RETAIN_TEMPORARY: CloseDown = _
Trait Implementations§
§impl Ord for CloseDown
impl Ord for CloseDown
§impl PartialOrd for CloseDown
impl PartialOrd for CloseDown
impl 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)