pub struct DestroyedError {
pub description: String,
}
Fields§
§description: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DestroyedError
impl RefUnwindSafe for DestroyedError
impl Send for DestroyedError
impl Sync for DestroyedError
impl Unpin for DestroyedError
impl UnwindSafe for DestroyedError
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