pub enum InterfaceCapabilitiesError {
TransportRequiresTransmit,
SameInterfaceRepeatRequiresTransport,
}Variants§
Trait Implementations§
Source§impl Clone for InterfaceCapabilitiesError
impl Clone for InterfaceCapabilitiesError
Source§fn clone(&self) -> InterfaceCapabilitiesError
fn clone(&self) -> InterfaceCapabilitiesError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InterfaceCapabilitiesError
Source§impl Debug for InterfaceCapabilitiesError
impl Debug for InterfaceCapabilitiesError
impl Eq for InterfaceCapabilitiesError
impl StructuralPartialEq for InterfaceCapabilitiesError
Auto Trait Implementations§
impl Freeze for InterfaceCapabilitiesError
impl RefUnwindSafe for InterfaceCapabilitiesError
impl Send for InterfaceCapabilitiesError
impl Sync for InterfaceCapabilitiesError
impl Unpin for InterfaceCapabilitiesError
impl UnsafeUnpin for InterfaceCapabilitiesError
impl UnwindSafe for InterfaceCapabilitiesError
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