Struct edlang_ast::StructInitField
source · pub struct StructInitField {
pub value: Expression,
pub span: Span,
}
Fields§
§value: Expression
§span: Span
Trait Implementations§
source§impl Clone for StructInitField
impl Clone for StructInitField
source§fn clone(&self) -> StructInitField
fn clone(&self) -> StructInitField
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StructInitField
impl Debug for StructInitField
source§impl Hash for StructInitField
impl Hash for StructInitField
source§impl Ord for StructInitField
impl Ord for StructInitField
source§fn cmp(&self, other: &StructInitField) -> Ordering
fn cmp(&self, other: &StructInitField) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for StructInitField
impl PartialEq for StructInitField
source§fn eq(&self, other: &StructInitField) -> bool
fn eq(&self, other: &StructInitField) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for StructInitField
impl PartialOrd for StructInitField
source§fn partial_cmp(&self, other: &StructInitField) -> Option<Ordering>
fn partial_cmp(&self, other: &StructInitField) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for StructInitField
impl StructuralPartialEq for StructInitField
Auto Trait Implementations§
impl Freeze for StructInitField
impl RefUnwindSafe for StructInitField
impl Send for StructInitField
impl Sync for StructInitField
impl Unpin for StructInitField
impl UnwindSafe for StructInitField
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more