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