Struct git_helpe_rs::cli::SetFormat
source · pub struct SetFormat {
pub key: String,
pub value: String,
}
Fields§
§key: String
§value: String
Auto Trait Implementations§
impl RefUnwindSafe for SetFormat
impl Send for SetFormat
impl Sync for SetFormat
impl Unpin for SetFormat
impl UnwindSafe for SetFormat
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