pub struct FieldStatement {
pub name: Identifier,
pub typing: FieldTyping,
pub value: ValueStatement,
}Fields§
§name: Identifier§typing: FieldTyping§value: ValueStatementTrait Implementations§
Source§impl Clone for FieldStatement
impl Clone for FieldStatement
Source§fn clone(&self) -> FieldStatement
fn clone(&self) -> FieldStatement
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 FieldStatement
impl Debug for FieldStatement
Source§impl Default for FieldStatement
impl Default for FieldStatement
Source§fn default() -> FieldStatement
fn default() -> FieldStatement
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FieldStatement
impl RefUnwindSafe for FieldStatement
impl Send for FieldStatement
impl Sync for FieldStatement
impl Unpin for FieldStatement
impl UnwindSafe for FieldStatement
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