pub struct C5StoreOptions {
pub logger: Option<Arc<dyn Logger>>,
pub stats: Option<Arc<dyn StatsRecorder>>,
pub change_delay_period: Option<u64>,
pub secret_opts: SecretOptions,
}Fields§
§logger: Option<Arc<dyn Logger>>§stats: Option<Arc<dyn StatsRecorder>>§change_delay_period: Option<u64>§secret_opts: SecretOptionsTrait Implementations§
Auto Trait Implementations§
impl Freeze for C5StoreOptions
impl !RefUnwindSafe for C5StoreOptions
impl !Send for C5StoreOptions
impl !Sync for C5StoreOptions
impl Unpin for C5StoreOptions
impl !UnwindSafe for C5StoreOptions
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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