pub enum CommunityVersion {
V1,
V2c,
}Expand description
SNMP version for community-based authentication.
Variants§
Trait Implementations§
Source§impl Clone for CommunityVersion
impl Clone for CommunityVersion
Source§fn clone(&self) -> CommunityVersion
fn clone(&self) -> CommunityVersion
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 CommunityVersion
impl Debug for CommunityVersion
Source§impl Default for CommunityVersion
impl Default for CommunityVersion
Source§fn default() -> CommunityVersion
fn default() -> CommunityVersion
Returns the “default value” for a type. Read more
Source§impl PartialEq for CommunityVersion
impl PartialEq for CommunityVersion
impl Copy for CommunityVersion
impl Eq for CommunityVersion
impl StructuralPartialEq for CommunityVersion
Auto Trait Implementations§
impl Freeze for CommunityVersion
impl RefUnwindSafe for CommunityVersion
impl Send for CommunityVersion
impl Sync for CommunityVersion
impl Unpin for CommunityVersion
impl UnwindSafe for CommunityVersion
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