pub struct StoreOptions {
pub blob_profile: BuiltinBlobProfile,
pub gc_policy: StoreGcPolicy,
}Fields§
§blob_profile: BuiltinBlobProfile§gc_policy: StoreGcPolicyTrait Implementations§
Source§impl Clone for StoreOptions
impl Clone for StoreOptions
Source§fn clone(&self) -> StoreOptions
fn clone(&self) -> StoreOptions
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 StoreOptions
Source§impl Debug for StoreOptions
impl Debug for StoreOptions
Source§impl Default for StoreOptions
impl Default for StoreOptions
Source§fn default() -> StoreOptions
fn default() -> StoreOptions
Returns the “default value” for a type. Read more
impl Eq for StoreOptions
Source§impl PartialEq for StoreOptions
impl PartialEq for StoreOptions
Source§fn eq(&self, other: &StoreOptions) -> bool
fn eq(&self, other: &StoreOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StoreOptions
Auto Trait Implementations§
impl Freeze for StoreOptions
impl RefUnwindSafe for StoreOptions
impl Send for StoreOptions
impl Sync for StoreOptions
impl Unpin for StoreOptions
impl UnsafeUnpin for StoreOptions
impl UnwindSafe for StoreOptions
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