pub enum ConnectionCommand {
Close(ConnectionId),
}Variants§
Close(ConnectionId)
Auto Trait Implementations§
impl Freeze for ConnectionCommand
impl RefUnwindSafe for ConnectionCommand
impl Send for ConnectionCommand
impl Sync for ConnectionCommand
impl Unpin for ConnectionCommand
impl UnwindSafe for ConnectionCommand
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