Enum hid_io_client::AuthType
source · pub enum AuthType {
None,
Basic,
Priviledged,
}
Variants§
None
No authentication Very limited, only authentication APIs available
Basic
Basic auth level (restricted API access)
Priviledged
Highest auth level (full control and API access)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AuthType
impl Send for AuthType
impl Sync for AuthType
impl Unpin for AuthType
impl UnwindSafe for AuthType
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