Struct cyfs_bdt::sn::client::ClientManager
source · pub struct ClientManager(_);
Implementations§
source§impl ClientManager
impl ClientManager
pub fn create( stack: Weak<StackImpl>, net_listener: NetListener, local_device: Device ) -> Self
pub fn cache(&self) -> &SnCache
pub fn ping(&self) -> PingClients
pub fn reset(&self) -> Option<PingClients>
pub fn reset_sn_list(&self, sn_list: Vec<Device>) -> PingClients
pub fn reset_endpoints( &self, net_listener: NetListener, local_device: Device ) -> PingClients
pub fn call(&self) -> &CallManager
Trait Implementations§
source§impl Clone for ClientManager
impl Clone for ClientManager
source§fn clone(&self) -> ClientManager
fn clone(&self) -> ClientManager
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 more