pub struct Destroyed { /* private fields */ }
Implementations§
Source§impl Destroyed
impl Destroyed
pub fn result<'a>(&'a self) -> Result<&'a DestroyedPayload, &'a DestroyedError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Destroyed
impl RefUnwindSafe for Destroyed
impl Send for Destroyed
impl Sync for Destroyed
impl Unpin for Destroyed
impl UnwindSafe for Destroyed
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