pub enum ValueType {
Integer,
Unsigned,
String,
HexString,
Oid,
IpAddress,
TimeTicks,
Counter32,
Counter64,
}Expand description
Set-specific type specifier for values.
Variants§
Integer
INTEGER (i32)
Unsigned
Unsigned32/Gauge32 (u32)
String
STRING (OctetString from UTF-8)
HexString
Hex-STRING (OctetString from hex)
Oid
OBJECT IDENTIFIER
IpAddress
IpAddress
TimeTicks
TimeTicks
Counter32
Counter32
Counter64
Counter64
Implementations§
Trait Implementations§
impl Copy for ValueType
impl Eq for ValueType
impl StructuralPartialEq for ValueType
Auto Trait Implementations§
impl Freeze for ValueType
impl RefUnwindSafe for ValueType
impl Send for ValueType
impl Sync for ValueType
impl Unpin for ValueType
impl UnwindSafe for ValueType
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