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