pub struct StructFieldAssignment {
pub name: EcoString,
pub name_span: Span,
pub value: Box<Expression>,
}Fields§
§name: EcoString§name_span: Span§value: Box<Expression>Trait Implementations§
Source§impl Clone for StructFieldAssignment
impl Clone for StructFieldAssignment
Source§fn clone(&self) -> StructFieldAssignment
fn clone(&self) -> StructFieldAssignment
Returns a duplicate 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 StructFieldAssignment
impl Debug for StructFieldAssignment
Source§impl PartialEq for StructFieldAssignment
impl PartialEq for StructFieldAssignment
impl StructuralPartialEq for StructFieldAssignment
Auto Trait Implementations§
impl Freeze for StructFieldAssignment
impl !RefUnwindSafe for StructFieldAssignment
impl !Send for StructFieldAssignment
impl !Sync for StructFieldAssignment
impl Unpin for StructFieldAssignment
impl UnsafeUnpin for StructFieldAssignment
impl !UnwindSafe for StructFieldAssignment
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