pub struct DisconnectableEndpointControl { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for DisconnectableEndpointControl
impl !RefUnwindSafe for DisconnectableEndpointControl
impl Send for DisconnectableEndpointControl
impl Sync for DisconnectableEndpointControl
impl Unpin for DisconnectableEndpointControl
impl !UnwindSafe for DisconnectableEndpointControl
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