pub struct GcReflogPattern { /* private fields */ }Expand description
Per-ref gc.<pattern>.reflogExpire* rule from config.
Trait Implementations§
Source§impl Clone for GcReflogPattern
impl Clone for GcReflogPattern
Source§fn clone(&self) -> GcReflogPattern
fn clone(&self) -> GcReflogPattern
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GcReflogPattern
impl RefUnwindSafe for GcReflogPattern
impl Send for GcReflogPattern
impl Sync for GcReflogPattern
impl Unpin for GcReflogPattern
impl UnsafeUnpin for GcReflogPattern
impl UnwindSafe for GcReflogPattern
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