Struct cyfs_bdt::StackConfig
source · [−]pub struct StackConfig {
pub statistic_interval: Duration,
pub keystore: Config,
pub interface: Config,
pub sn_client: Config,
pub tunnel: Config,
pub stream: Config,
pub datagram: Config,
pub ndn: Config,
pub debug: Option<Config>,
}Fields
statistic_interval: Durationkeystore: Configinterface: Configsn_client: Configtunnel: Configstream: Configdatagram: Configndn: Configdebug: Option<Config>Implementations
sourceimpl StackConfig
impl StackConfig
Trait Implementations
sourceimpl Clone for StackConfig
impl Clone for StackConfig
sourcefn clone(&self) -> StackConfig
fn clone(&self) -> StackConfig
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 StackConfig
impl Send for StackConfig
impl Sync for StackConfig
impl Unpin for StackConfig
impl UnwindSafe for StackConfig
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