Struct cyfs_lib::CyfsStackRequestorConfig
source · [−]pub struct CyfsStackRequestorConfig {
pub non_service: CyfsStackRequestorType,
pub ndn_service: CyfsStackRequestorType,
pub util_service: CyfsStackRequestorType,
pub trans_service: CyfsStackRequestorType,
pub crypto_service: CyfsStackRequestorType,
pub root_state: CyfsStackRequestorType,
pub local_cache: CyfsStackRequestorType,
}Fields
non_service: CyfsStackRequestorTypendn_service: CyfsStackRequestorTypeutil_service: CyfsStackRequestorTypetrans_service: CyfsStackRequestorTypecrypto_service: CyfsStackRequestorTyperoot_state: CyfsStackRequestorTypelocal_cache: CyfsStackRequestorTypeImplementations
Trait Implementations
sourceimpl Clone for CyfsStackRequestorConfig
impl Clone for CyfsStackRequestorConfig
sourcefn clone(&self) -> CyfsStackRequestorConfig
fn clone(&self) -> CyfsStackRequestorConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for CyfsStackRequestorConfig
impl Send for CyfsStackRequestorConfig
impl Sync for CyfsStackRequestorConfig
impl Unpin for CyfsStackRequestorConfig
impl UnwindSafe for CyfsStackRequestorConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more