pub struct ClipboardCommands {
pub copy: String,
pub paste: String,
}
Fields§
§copy: String
§paste: String
Trait Implementations§
Source§impl Debug for ClipboardCommands
impl Debug for ClipboardCommands
Source§impl<'de> Deserialize<'de> for ClipboardCommands
impl<'de> Deserialize<'de> for ClipboardCommands
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ClipboardCommands
impl RefUnwindSafe for ClipboardCommands
impl Send for ClipboardCommands
impl Sync for ClipboardCommands
impl Unpin for ClipboardCommands
impl UnwindSafe for ClipboardCommands
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