pub struct SecurityAccessLevel(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SecurityAccessLevel
impl Clone for SecurityAccessLevel
Source§fn clone(&self) -> SecurityAccessLevel
fn clone(&self) -> SecurityAccessLevel
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 SecurityAccessLevel
impl Debug for SecurityAccessLevel
Source§impl Into<u8> for SecurityAccessLevel
impl Into<u8> for SecurityAccessLevel
Source§impl PartialEq for SecurityAccessLevel
impl PartialEq for SecurityAccessLevel
Source§impl TryFrom<u8> for SecurityAccessLevel
impl TryFrom<u8> for SecurityAccessLevel
impl Copy for SecurityAccessLevel
impl Eq for SecurityAccessLevel
impl StructuralPartialEq for SecurityAccessLevel
Auto Trait Implementations§
impl Freeze for SecurityAccessLevel
impl RefUnwindSafe for SecurityAccessLevel
impl Send for SecurityAccessLevel
impl Sync for SecurityAccessLevel
impl Unpin for SecurityAccessLevel
impl UnwindSafe for SecurityAccessLevel
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