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