Enum move_compiler::parser::ast::SpecBlockTarget_
source · [−]pub enum SpecBlockTarget_ {
Code,
Module,
Member(Name, Option<Box<FunctionSignature>>),
Schema(Name, Vec<(Name, Vec<Ability>)>),
}
Variants
Code
Module
Member(Name, Option<Box<FunctionSignature>>)
Schema(Name, Vec<(Name, Vec<Ability>)>)
Trait Implementations
sourceimpl Clone for SpecBlockTarget_
impl Clone for SpecBlockTarget_
sourcefn clone(&self) -> SpecBlockTarget_
fn clone(&self) -> SpecBlockTarget_
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 SpecBlockTarget_
impl Debug for SpecBlockTarget_
sourceimpl PartialEq<SpecBlockTarget_> for SpecBlockTarget_
impl PartialEq<SpecBlockTarget_> for SpecBlockTarget_
sourcefn eq(&self, other: &SpecBlockTarget_) -> bool
fn eq(&self, other: &SpecBlockTarget_) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SpecBlockTarget_) -> bool
fn ne(&self, other: &SpecBlockTarget_) -> bool
This method tests for !=
.
impl StructuralPartialEq for SpecBlockTarget_
Auto Trait Implementations
impl RefUnwindSafe for SpecBlockTarget_
impl Send for SpecBlockTarget_
impl Sync for SpecBlockTarget_
impl Unpin for SpecBlockTarget_
impl UnwindSafe for SpecBlockTarget_
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more