pub struct GcReflogExpireConfig {
pub patterns: Vec<GcReflogPattern>,
pub global_total: Option<i64>,
pub global_unreachable: Option<i64>,
}Expand description
Per-ref gc.<pattern>.reflogExpire* rules plus global gc.reflogExpire / gc.reflogExpireUnreachable.
Fields§
§patterns: Vec<GcReflogPattern>§global_total: Option<i64>§global_unreachable: Option<i64>Trait Implementations§
Source§impl Clone for GcReflogExpireConfig
impl Clone for GcReflogExpireConfig
Source§fn clone(&self) -> GcReflogExpireConfig
fn clone(&self) -> GcReflogExpireConfig
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 GcReflogExpireConfig
impl RefUnwindSafe for GcReflogExpireConfig
impl Send for GcReflogExpireConfig
impl Sync for GcReflogExpireConfig
impl Unpin for GcReflogExpireConfig
impl UnsafeUnpin for GcReflogExpireConfig
impl UnwindSafe for GcReflogExpireConfig
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