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