Struct noosphere::NoosphereContextConfiguration
source · pub struct NoosphereContextConfiguration {
pub storage: NoosphereStorage,
pub security: NoosphereSecurity,
pub network: NoosphereNetwork,
}Expand description
Configuration needed in order to initialize a NoosphereContext. This configuration is intended to be flexible enough to adapt to both target platform and use case of the implementing application.
Fields§
§storage: NoosphereStorage§security: NoosphereSecurity§network: NoosphereNetworkTrait Implementations§
source§impl Clone for NoosphereContextConfiguration
impl Clone for NoosphereContextConfiguration
source§fn clone(&self) -> NoosphereContextConfiguration
fn clone(&self) -> NoosphereContextConfiguration
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 moreAuto Trait Implementations§
impl RefUnwindSafe for NoosphereContextConfiguration
impl Send for NoosphereContextConfiguration
impl Sync for NoosphereContextConfiguration
impl Unpin for NoosphereContextConfiguration
impl UnwindSafe for NoosphereContextConfiguration
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