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: CyfsStackRequestorType
ndn_service: CyfsStackRequestorType
util_service: CyfsStackRequestorType
trans_service: CyfsStackRequestorType
crypto_service: CyfsStackRequestorType
root_state: CyfsStackRequestorType
local_cache: CyfsStackRequestorType
Implementations
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 moreAuto 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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