Enum move_compiler::hlir::ast::StructFields
source · [−]Variants
Defined(Vec<(Field, BaseType)>)
Native(Loc)
Trait Implementations
sourceimpl Clone for StructFields
impl Clone for StructFields
sourcefn clone(&self) -> StructFields
fn clone(&self) -> StructFields
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 StructFields
impl Debug for StructFields
sourceimpl PartialEq<StructFields> for StructFields
impl PartialEq<StructFields> for StructFields
sourcefn eq(&self, other: &StructFields) -> bool
fn eq(&self, other: &StructFields) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl StructuralPartialEq for StructFields
Auto Trait Implementations
impl RefUnwindSafe for StructFields
impl Send for StructFields
impl Sync for StructFields
impl Unpin for StructFields
impl UnwindSafe for StructFields
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