pub struct MissingCleanupRule;Trait Implementations§
Source§impl Default for MissingCleanupRule
impl Default for MissingCleanupRule
Source§fn default() -> MissingCleanupRule
fn default() -> MissingCleanupRule
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MissingCleanupRule
impl RefUnwindSafe for MissingCleanupRule
impl Send for MissingCleanupRule
impl Sync for MissingCleanupRule
impl Unpin for MissingCleanupRule
impl UnsafeUnpin for MissingCleanupRule
impl UnwindSafe for MissingCleanupRule
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