pub enum LogonType {
UnknownFutureValue,
Service,
Batch,
Network,
RemoteInteractive,
Interactive,
Unknown,
}
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LogonType
impl<'de> Deserialize<'de> for LogonType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for LogonType
impl Ord for LogonType
Source§impl PartialOrd for LogonType
impl PartialOrd for LogonType
impl Eq for LogonType
impl StructuralPartialEq for LogonType
Auto Trait Implementations§
impl Freeze for LogonType
impl RefUnwindSafe for LogonType
impl Send for LogonType
impl Sync for LogonType
impl Unpin for LogonType
impl UnwindSafe for LogonType
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