#[repr(i32)]pub enum SecurityModel {
Usm = 3,
}Expand description
SNMPv3 security model identifiers.
Variants§
Usm = 3
User-based Security Model (RFC 3414)
Implementations§
Trait Implementations§
Source§impl Clone for SecurityModel
impl Clone for SecurityModel
Source§fn clone(&self) -> SecurityModel
fn clone(&self) -> SecurityModel
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 SecurityModel
impl Debug for SecurityModel
Source§impl PartialEq for SecurityModel
impl PartialEq for SecurityModel
impl Copy for SecurityModel
impl Eq for SecurityModel
impl StructuralPartialEq for SecurityModel
Auto Trait Implementations§
impl Freeze for SecurityModel
impl RefUnwindSafe for SecurityModel
impl Send for SecurityModel
impl Sync for SecurityModel
impl Unpin for SecurityModel
impl UnwindSafe for SecurityModel
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