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