pub struct StoreGcPolicy {
pub auto_run_every_commits: Option<u64>,
}Fields§
§auto_run_every_commits: Option<u64>Trait Implementations§
Source§impl Clone for StoreGcPolicy
impl Clone for StoreGcPolicy
Source§fn clone(&self) -> StoreGcPolicy
fn clone(&self) -> StoreGcPolicy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StoreGcPolicy
Source§impl Debug for StoreGcPolicy
impl Debug for StoreGcPolicy
Source§impl Default for StoreGcPolicy
impl Default for StoreGcPolicy
Source§fn default() -> StoreGcPolicy
fn default() -> StoreGcPolicy
Returns the “default value” for a type. Read more
impl Eq for StoreGcPolicy
Source§impl PartialEq for StoreGcPolicy
impl PartialEq for StoreGcPolicy
Source§fn eq(&self, other: &StoreGcPolicy) -> bool
fn eq(&self, other: &StoreGcPolicy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StoreGcPolicy
Auto Trait Implementations§
impl Freeze for StoreGcPolicy
impl RefUnwindSafe for StoreGcPolicy
impl Send for StoreGcPolicy
impl Sync for StoreGcPolicy
impl Unpin for StoreGcPolicy
impl UnsafeUnpin for StoreGcPolicy
impl UnwindSafe for StoreGcPolicy
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