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