pub enum PasteData {
WithoutMessage,
WithMessage(String),
}Variants§
Auto Trait Implementations§
impl Freeze for PasteData
impl RefUnwindSafe for PasteData
impl Send for PasteData
impl Sync for PasteData
impl Unpin for PasteData
impl UnwindSafe for PasteData
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