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