pub struct StructLiteralField {
pub extent: Extent,
pub name: Ident,
pub value: Attributed<Expression>,
pub whitespace: Vec<Whitespace>,
}Expand description
Fields§
§extent: Extent§name: Ident§value: Attributed<Expression>§whitespace: Vec<Whitespace>Trait Implementations§
Source§impl Debug for StructLiteralField
impl Debug for StructLiteralField
Source§impl<'a> Index<&'a StructLiteralField> for str
impl<'a> Index<&'a StructLiteralField> for str
Source§impl Index<StructLiteralField> for str
impl Index<StructLiteralField> for str
Auto Trait Implementations§
impl Freeze for StructLiteralField
impl RefUnwindSafe for StructLiteralField
impl Send for StructLiteralField
impl Sync for StructLiteralField
impl Unpin for StructLiteralField
impl UnsafeUnpin for StructLiteralField
impl UnwindSafe for StructLiteralField
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