[−][src]Enum rust_lcm_codec::DecodeError
The errors that can occur when decoding an LCM message.
Variants
DecodeFingerprintError(DecodeFingerprintError<E>)Error decoding fingerprint prior to message body
DecodeValueError(DecodeValueError<E>)Error decoding a value in the message body
Trait Implementations
impl<E: Debug> Debug for DecodeError<E>[src]
impl<RE, WE> From<DecodeError<RE>> for CodecError<RE, WE>[src]
fn from(e: DecodeError<RE>) -> Self[src]
impl<E> From<DecodeFingerprintError<E>> for DecodeError<E>[src]
fn from(e: DecodeFingerprintError<E>) -> Self[src]
impl<E> From<DecodeValueError<E>> for DecodeError<E>[src]
fn from(e: DecodeValueError<E>) -> Self[src]
impl<E: PartialEq> PartialEq<DecodeError<E>> for DecodeError<E>[src]
fn eq(&self, other: &DecodeError<E>) -> bool[src]
fn ne(&self, other: &DecodeError<E>) -> bool[src]
impl<E> StructuralPartialEq for DecodeError<E>[src]
Auto Trait Implementations
impl<E> Send for DecodeError<E> where
E: Send,
E: Send,
impl<E> Sync for DecodeError<E> where
E: Sync,
E: Sync,
impl<E> Unpin for DecodeError<E> where
E: Unpin,
E: Unpin,
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>,