pub struct DropMessage(/* private fields */);Implementations§
Source§impl DropMessage
impl DropMessage
pub fn new() -> Self
pub fn will_return(self)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DropMessage
impl RefUnwindSafe for DropMessage
impl Send for DropMessage
impl Sync for DropMessage
impl Unpin for DropMessage
impl UnwindSafe for DropMessage
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