pub struct CopyFail { /* private fields */ }
Implementations§
Trait Implementations§
impl FrontendMessage for CopyFail
Auto Trait Implementations§
impl Freeze for CopyFail
impl RefUnwindSafe for CopyFail
impl Send for CopyFail
impl Sync for CopyFail
impl Unpin for CopyFail
impl UnwindSafe for CopyFail
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