#[repr(u32)]pub enum LoginService {
Telnet,
Rlogin,
TcpClear,
PortMaster,
Lat,
X25Pad,
X25T3pos,
TcpClearQuiet,
Unknown(u32),
}Variants§
Trait Implementations§
Source§impl Clone for LoginService
impl Clone for LoginService
Source§fn clone(&self) -> LoginService
fn clone(&self) -> LoginService
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LoginService
impl Debug for LoginService
Source§impl From<LoginService> for u32
impl From<LoginService> for u32
Source§fn from(e: LoginService) -> Self
fn from(e: LoginService) -> Self
Converts to this type from the input type.
Source§impl From<u32> for LoginService
impl From<u32> for LoginService
Source§impl PartialEq for LoginService
impl PartialEq for LoginService
impl Copy for LoginService
impl Eq for LoginService
impl StructuralPartialEq for LoginService
Auto Trait Implementations§
impl Freeze for LoginService
impl RefUnwindSafe for LoginService
impl Send for LoginService
impl Sync for LoginService
impl Unpin for LoginService
impl UnwindSafe for LoginService
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