pub struct ColOpts(/* private fields */);Expand description
Bit flags matching Git’s column.h.
Implementations§
Trait Implementations§
impl Copy for ColOpts
impl Eq for ColOpts
impl StructuralPartialEq for ColOpts
Auto Trait Implementations§
impl Freeze for ColOpts
impl RefUnwindSafe for ColOpts
impl Send for ColOpts
impl Sync for ColOpts
impl Unpin for ColOpts
impl UnsafeUnpin for ColOpts
impl UnwindSafe for ColOpts
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