pub struct PasteMsg(pub String);Expand description
Message for paste operations.
Tuple Fields§
§0: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for PasteMsg
impl RefUnwindSafe for PasteMsg
impl Send for PasteMsg
impl Sync for PasteMsg
impl Unpin for PasteMsg
impl UnwindSafe for PasteMsg
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