pub struct PasteErrMsg(pub String);Tuple Fields§
§0: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for PasteErrMsg
impl RefUnwindSafe for PasteErrMsg
impl Send for PasteErrMsg
impl Sync for PasteErrMsg
impl Unpin for PasteErrMsg
impl UnsafeUnpin for PasteErrMsg
impl UnwindSafe for PasteErrMsg
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