pub enum InterfaceOriginKind {
Configured,
Discovered,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for InterfaceOriginKind
impl Clone for InterfaceOriginKind
Source§fn clone(&self) -> InterfaceOriginKind
fn clone(&self) -> InterfaceOriginKind
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 InterfaceOriginKind
Source§impl Debug for InterfaceOriginKind
impl Debug for InterfaceOriginKind
impl Eq for InterfaceOriginKind
Source§impl PartialEq for InterfaceOriginKind
impl PartialEq for InterfaceOriginKind
impl StructuralPartialEq for InterfaceOriginKind
Auto Trait Implementations§
impl Freeze for InterfaceOriginKind
impl RefUnwindSafe for InterfaceOriginKind
impl Send for InterfaceOriginKind
impl Sync for InterfaceOriginKind
impl Unpin for InterfaceOriginKind
impl UnsafeUnpin for InterfaceOriginKind
impl UnwindSafe for InterfaceOriginKind
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