Struct sway_core::language::parsed::declaration::StructField
source · pub struct StructField {
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 StructField
impl Clone for StructField
sourcefn clone(&self) -> StructField
fn clone(&self) -> StructField
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 moreAuto Trait Implementations
impl RefUnwindSafe for StructField
impl Send for StructField
impl Sync for StructField
impl Unpin for StructField
impl UnwindSafe for StructField
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