Struct git_helpe_rs::cli::SetClipboardCommands
source · pub struct SetClipboardCommands {
pub copy: String,
pub paste: String,
}
Fields§
§copy: String
§paste: String
Auto Trait Implementations§
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