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