pub enum AttachCommand {
SwitchClient(String),
Attach(String),
}Variants§
Auto Trait Implementations§
impl Freeze for AttachCommand
impl RefUnwindSafe for AttachCommand
impl Send for AttachCommand
impl Sync for AttachCommand
impl Unpin for AttachCommand
impl UnsafeUnpin for AttachCommand
impl UnwindSafe for AttachCommand
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