Struct move_compiler::parser::ast::SpecApplyPattern_   
source · [−]pub struct SpecApplyPattern_ {
    pub visibility: Option<Visibility>,
    pub name_pattern: Vec<SpecApplyFragment>,
    pub type_parameters: Vec<(Name, Vec<Ability>)>,
}Fields
visibility: Option<Visibility>name_pattern: Vec<SpecApplyFragment>type_parameters: Vec<(Name, Vec<Ability>)>Trait Implementations
sourceimpl Clone for SpecApplyPattern_
 
impl Clone for SpecApplyPattern_
sourcefn clone(&self) -> SpecApplyPattern_
 
fn clone(&self) -> SpecApplyPattern_
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SpecApplyPattern_
 
impl Debug for SpecApplyPattern_
sourceimpl PartialEq<SpecApplyPattern_> for SpecApplyPattern_
 
impl PartialEq<SpecApplyPattern_> for SpecApplyPattern_
sourcefn eq(&self, other: &SpecApplyPattern_) -> bool
 
fn eq(&self, other: &SpecApplyPattern_) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SpecApplyPattern_) -> bool
 
fn ne(&self, other: &SpecApplyPattern_) -> bool
This method tests for !=.
impl StructuralPartialEq for SpecApplyPattern_
Auto Trait Implementations
impl RefUnwindSafe for SpecApplyPattern_
impl Send for SpecApplyPattern_
impl Sync for SpecApplyPattern_
impl Unpin for SpecApplyPattern_
impl UnwindSafe for SpecApplyPattern_
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more