pub struct AttrRule { /* private fields */ }Expand description
A parsed .gitattributes rule.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AttrRule
impl RefUnwindSafe for AttrRule
impl Send for AttrRule
impl Sync for AttrRule
impl Unpin for AttrRule
impl UnsafeUnpin for AttrRule
impl UnwindSafe for AttrRule
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