pub enum EntriesError {
NotEntries,
Unreadable(ParseError),
}Expand description
Why a multi-property reply could not be read as one.
Variants§
NotEntries
The reply is a well-formed frame, but not a CMD_PROP_ARE. A
device without CAP_CMD_MULTI declines the whole request this way,
answering with the status status_of reads.
Unreadable(ParseError)
The reply is not a readable frame.
Trait Implementations§
Source§impl Clone for EntriesError
impl Clone for EntriesError
Source§fn clone(&self) -> EntriesError
fn clone(&self) -> EntriesError
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EntriesError
impl Debug for EntriesError
Source§impl From<ParseError> for EntriesError
impl From<ParseError> for EntriesError
Source§fn from(error: ParseError) -> Self
fn from(error: ParseError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for EntriesError
impl PartialEq for EntriesError
impl Copy for EntriesError
impl Eq for EntriesError
impl StructuralPartialEq for EntriesError
Auto Trait Implementations§
impl Freeze for EntriesError
impl RefUnwindSafe for EntriesError
impl Send for EntriesError
impl Sync for EntriesError
impl Unpin for EntriesError
impl UnwindSafe for EntriesError
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)