pub struct SetClipboardCommands {
pub copy: String,
pub paste: String,
}
Fields§
§copy: String
§paste: String
Auto Trait Implementations§
impl Freeze for SetClipboardCommands
impl RefUnwindSafe for SetClipboardCommands
impl Send for SetClipboardCommands
impl Sync for SetClipboardCommands
impl Unpin for SetClipboardCommands
impl UnwindSafe for SetClipboardCommands
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