pub enum AtisLine {
VoiceServer(String),
TextLine(String),
LogoffTime(Option<u16>),
EndMarker(usize),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AtisLine
impl RefUnwindSafe for AtisLine
impl Send for AtisLine
impl Sync for AtisLine
impl Unpin for AtisLine
impl UnwindSafe for AtisLine
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