[−][src]Enum snmp_parser::error::SnmpError
Variants
Invalid message: not a DER sequence, or unexpected number of items, etc.
Invalid version: not a number, or not in supported range (1, 2 or 3)
Unknown or invalid PDU type
Invalid PDU: content does not match type, or content cannot be decoded
Invalid SNMPv3 header data
Invalid SNMPv3 scoped PDU
NomError(ErrorKind)
Nom error
BerError(BerError)
Trait Implementations
impl Debug for SnmpError
[src]
impl From<BerError> for SnmpError
[src]
impl<I> ParseError<I> for SnmpError
[src]
fn from_error_kind(_input: I, kind: ErrorKind) -> Self
[src]
fn append(_input: I, kind: ErrorKind, _other: Self) -> Self
[src]
fn from_char(input: I, char) -> Self
[src]
fn or(self, other: Self) -> Self
[src]
fn add_context(_input: I, _ctx: &'static str, other: Self) -> Self
[src]
impl PartialEq<SnmpError> for SnmpError
[src]
impl StructuralPartialEq for SnmpError
[src]
Auto Trait Implementations
impl RefUnwindSafe for SnmpError
impl Send for SnmpError
impl Sync for SnmpError
impl Unpin for SnmpError
impl UnwindSafe for SnmpError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,