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