Struct rust_ipfs::p2p::KadStoreConfig  
source · pub struct KadStoreConfig {
    pub memory: Option<MemoryStoreConfig>,
}Fields§
§memory: Option<MemoryStoreConfig>Trait Implementations§
source§impl Clone for KadStoreConfig
 
impl Clone for KadStoreConfig
source§fn clone(&self) -> KadStoreConfig
 
fn clone(&self) -> KadStoreConfig
Returns a copy 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 moresource§impl Debug for KadStoreConfig
 
impl Debug for KadStoreConfig
source§impl Default for KadStoreConfig
 
impl Default for KadStoreConfig
source§fn default() -> KadStoreConfig
 
fn default() -> KadStoreConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for KadStoreConfig
impl RefUnwindSafe for KadStoreConfig
impl Send for KadStoreConfig
impl Sync for KadStoreConfig
impl Unpin for KadStoreConfig
impl UnwindSafe for KadStoreConfig
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