pub(crate) enum LineAction {
Continue,
Disconnect,
}Variants§
Auto Trait Implementations§
impl Freeze for LineAction
impl RefUnwindSafe for LineAction
impl Send for LineAction
impl Sync for LineAction
impl Unpin for LineAction
impl UnsafeUnpin for LineAction
impl UnwindSafe for LineAction
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