pub struct InterfaceInstanceIdentifier {
pub nodes: (Identifier,),
}
Fields§
§nodes: (Identifier,)
Trait Implementations§
Source§impl Clone for InterfaceInstanceIdentifier
impl Clone for InterfaceInstanceIdentifier
Source§fn clone(&self) -> InterfaceInstanceIdentifier
fn clone(&self) -> InterfaceInstanceIdentifier
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 InterfaceInstanceIdentifier
impl Debug for InterfaceInstanceIdentifier
Source§impl<'a> From<&'a InterfaceInstanceIdentifier> for RefNode<'a>
impl<'a> From<&'a InterfaceInstanceIdentifier> for RefNode<'a>
Source§fn from(x: &'a InterfaceInstanceIdentifier) -> RefNode<'a>
fn from(x: &'a InterfaceInstanceIdentifier) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a InterfaceInstanceIdentifier> for RefNodes<'a>
impl<'a> From<&'a InterfaceInstanceIdentifier> for RefNodes<'a>
Source§fn from(x: &'a InterfaceInstanceIdentifier) -> RefNodes<'a>
fn from(x: &'a InterfaceInstanceIdentifier) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<InterfaceInstanceIdentifier> for AnyNode
impl From<InterfaceInstanceIdentifier> for AnyNode
Source§fn from(x: InterfaceInstanceIdentifier) -> AnyNode
fn from(x: InterfaceInstanceIdentifier) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a InterfaceInstanceIdentifier
impl<'a> IntoIterator for &'a InterfaceInstanceIdentifier
Source§impl<'a> TryFrom<&'a InterfaceInstanceIdentifier> for Locate
impl<'a> TryFrom<&'a InterfaceInstanceIdentifier> for Locate
Source§impl TryFrom<AnyNode> for InterfaceInstanceIdentifier
impl TryFrom<AnyNode> for InterfaceInstanceIdentifier
Source§impl TryFrom<InterfaceInstanceIdentifier> for Locate
impl TryFrom<InterfaceInstanceIdentifier> for Locate
impl StructuralPartialEq for InterfaceInstanceIdentifier
Auto Trait Implementations§
impl Freeze for InterfaceInstanceIdentifier
impl RefUnwindSafe for InterfaceInstanceIdentifier
impl Send for InterfaceInstanceIdentifier
impl Sync for InterfaceInstanceIdentifier
impl Unpin for InterfaceInstanceIdentifier
impl UnwindSafe for InterfaceInstanceIdentifier
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