pub struct InterfaceInventoryEntry<Label> {
pub name: Option<Label>,
pub origin: InterfaceOriginKind,
pub snapshot: InterfaceSnapshot,
pub ifac: Option<InterfaceIfacSnapshot<Label>>,
}Fields§
§name: Option<Label>§origin: InterfaceOriginKind§snapshot: InterfaceSnapshot§ifac: Option<InterfaceIfacSnapshot<Label>>Trait Implementations§
Source§impl<Label: Clone> Clone for InterfaceInventoryEntry<Label>
impl<Label: Clone> Clone for InterfaceInventoryEntry<Label>
Source§fn clone(&self) -> InterfaceInventoryEntry<Label>
fn clone(&self) -> InterfaceInventoryEntry<Label>
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 moreSource§impl<Label: Debug> Debug for InterfaceInventoryEntry<Label>
impl<Label: Debug> Debug for InterfaceInventoryEntry<Label>
impl<Label: Eq> Eq for InterfaceInventoryEntry<Label>
Source§impl<Label: PartialEq> PartialEq for InterfaceInventoryEntry<Label>
impl<Label: PartialEq> PartialEq for InterfaceInventoryEntry<Label>
impl<Label: PartialEq> StructuralPartialEq for InterfaceInventoryEntry<Label>
Auto Trait Implementations§
impl<Label> Freeze for InterfaceInventoryEntry<Label>where
Label: Freeze,
impl<Label> RefUnwindSafe for InterfaceInventoryEntry<Label>where
Label: RefUnwindSafe,
impl<Label> Send for InterfaceInventoryEntry<Label>where
Label: Send,
impl<Label> Sync for InterfaceInventoryEntry<Label>where
Label: Sync,
impl<Label> Unpin for InterfaceInventoryEntry<Label>where
Label: Unpin,
impl<Label> UnsafeUnpin for InterfaceInventoryEntry<Label>where
Label: UnsafeUnpin,
impl<Label> UnwindSafe for InterfaceInventoryEntry<Label>where
Label: UnwindSafe,
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