pub struct DestroyedPayload {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DestroyedPayload
impl RefUnwindSafe for DestroyedPayload
impl Send for DestroyedPayload
impl Sync for DestroyedPayload
impl Unpin for DestroyedPayload
impl UnwindSafe for DestroyedPayload
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