pub struct gitBranchFormat;Trait Implementations§
Source§impl Field for gitBranchFormat
impl Field for gitBranchFormat
Source§impl HasField<gitBranchFormat> for Organization
impl HasField<gitBranchFormat> for Organization
Auto Trait Implementations§
impl Freeze for gitBranchFormat
impl RefUnwindSafe for gitBranchFormat
impl Send for gitBranchFormat
impl Sync for gitBranchFormat
impl Unpin for gitBranchFormat
impl UnwindSafe for gitBranchFormat
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