pub struct EndpointManagerControlHandle { /* private fields */ }
Trait Implementations§
source§impl Clone for EndpointManagerControlHandle
impl Clone for EndpointManagerControlHandle
source§fn clone(&self) -> EndpointManagerControlHandle
fn clone(&self) -> EndpointManagerControlHandle
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 moresource§impl ControlHandle for EndpointManagerControlHandle
impl ControlHandle for EndpointManagerControlHandle
Auto Trait Implementations§
impl !RefUnwindSafe for EndpointManagerControlHandle
impl Send for EndpointManagerControlHandle
impl Sync for EndpointManagerControlHandle
impl Unpin for EndpointManagerControlHandle
impl !UnwindSafe for EndpointManagerControlHandle
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