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