[−][src]Enum dbus_message_parser::DecodeError
An enum representing all errors, which can occur during the decoding.
Variants
InvalidBoolean(u32)Utf8Error(FromUtf8Error)BusError(BusError)ObjectPathError(ObjectPathError)InterfaceError(InterfaceError)MemberError(MemberError)ErrorError(ErrorError)MessageHeaderError(MessageHeaderError)Trait Implementations
impl Debug for DecodeError[src]
impl From<BusError> for DecodeError[src]
impl From<ErrorError> for DecodeError[src]
pub fn from(e: ErrorError) -> Self[src]
impl From<FromUtf8Error> for DecodeError[src]
pub fn from(e: FromUtf8Error) -> Self[src]
impl From<InterfaceError> for DecodeError[src]
pub fn from(e: InterfaceError) -> Self[src]
impl From<MemberError> for DecodeError[src]
pub fn from(e: MemberError) -> Self[src]
impl From<MessageHeaderError> for DecodeError[src]
pub fn from(e: MessageHeaderError) -> Self[src]
impl From<ObjectPathError> for DecodeError[src]
pub fn from(e: ObjectPathError) -> Self[src]
impl PartialEq<DecodeError> for DecodeError[src]
pub fn eq(&self, other: &DecodeError) -> bool[src]
pub fn ne(&self, other: &DecodeError) -> bool[src]
impl StructuralPartialEq for DecodeError[src]
Auto Trait Implementations
impl RefUnwindSafe for DecodeError
impl Send for DecodeError
impl Sync for DecodeError
impl Unpin for DecodeError
impl UnwindSafe for DecodeError
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,
pub 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.
pub 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>,