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