Struct sway_core::language::parsed::declaration::EnumVariant
source · [−]pub struct EnumVariant {
pub name: Ident,
pub attributes: AttributesMap,
pub type_info: TypeInfo,
pub type_span: Span,
/* private fields */
}
Fields
name: Ident
attributes: AttributesMap
type_info: TypeInfo
type_span: Span
Trait Implementations
sourceimpl Clone for EnumVariant
impl Clone for EnumVariant
sourcefn clone(&self) -> EnumVariant
fn clone(&self) -> EnumVariant
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for EnumVariant
impl Send for EnumVariant
impl Sync for EnumVariant
impl Unpin for EnumVariant
impl UnwindSafe for EnumVariant
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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