Enum rsiot_messages_core::AuthRoles
source · pub enum AuthRoles {
NoRestriction,
Monitoring,
Operatoration,
Admin,
}
Expand description
Роли для доступа в системе
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for AuthRoles
impl Send for AuthRoles
impl Sync for AuthRoles
impl Unpin for AuthRoles
impl UnwindSafe for AuthRoles
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