pub enum TryFromCecLogicalAddressesError {
UnknownPrimaryAddress,
InvalidPrimaryAddress,
}
Variants§
Trait Implementations§
Source§impl Clone for TryFromCecLogicalAddressesError
impl Clone for TryFromCecLogicalAddressesError
Source§fn clone(&self) -> TryFromCecLogicalAddressesError
fn clone(&self) -> TryFromCecLogicalAddressesError
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for TryFromCecLogicalAddressesError
impl PartialEq for TryFromCecLogicalAddressesError
Source§fn eq(&self, other: &TryFromCecLogicalAddressesError) -> bool
fn eq(&self, other: &TryFromCecLogicalAddressesError) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for TryFromCecLogicalAddressesError
impl Eq for TryFromCecLogicalAddressesError
impl StructuralPartialEq for TryFromCecLogicalAddressesError
Auto Trait Implementations§
impl Freeze for TryFromCecLogicalAddressesError
impl RefUnwindSafe for TryFromCecLogicalAddressesError
impl Send for TryFromCecLogicalAddressesError
impl Sync for TryFromCecLogicalAddressesError
impl Unpin for TryFromCecLogicalAddressesError
impl UnwindSafe for TryFromCecLogicalAddressesError
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