pub struct InterfaceIdentifier { /* private fields */ }Expand description
Uniquely identifies a component model interface within a package.
Implementations§
Trait Implementations§
Source§impl Clone for InterfaceIdentifier
impl Clone for InterfaceIdentifier
Source§fn clone(&self) -> InterfaceIdentifier
fn clone(&self) -> InterfaceIdentifier
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 Debug for InterfaceIdentifier
impl Debug for InterfaceIdentifier
Source§impl Display for InterfaceIdentifier
impl Display for InterfaceIdentifier
Source§impl Hash for InterfaceIdentifier
impl Hash for InterfaceIdentifier
Source§impl PartialEq for InterfaceIdentifier
impl PartialEq for InterfaceIdentifier
Source§impl TryFrom<&str> for InterfaceIdentifier
impl TryFrom<&str> for InterfaceIdentifier
impl Eq for InterfaceIdentifier
impl StructuralPartialEq for InterfaceIdentifier
Auto Trait Implementations§
impl Freeze for InterfaceIdentifier
impl RefUnwindSafe for InterfaceIdentifier
impl Send for InterfaceIdentifier
impl Sync for InterfaceIdentifier
impl Unpin for InterfaceIdentifier
impl UnwindSafe for InterfaceIdentifier
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.