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