pub struct TableFieldNameValue {
pub name: SpannedString,
pub value: Expression,
pub span: Span,
}Expand description
table field constructor name = value
Fields§
§name: SpannedString§value: Expression§span: SpanImplementations§
Source§impl TableFieldNameValue
impl TableFieldNameValue
pub fn new(name: SpannedString, value: Expression, span: Span) -> Self
Trait Implementations§
Source§impl Clone for TableFieldNameValue
impl Clone for TableFieldNameValue
Source§fn clone(&self) -> TableFieldNameValue
fn clone(&self) -> TableFieldNameValue
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 moreAuto Trait Implementations§
impl Freeze for TableFieldNameValue
impl RefUnwindSafe for TableFieldNameValue
impl Send for TableFieldNameValue
impl Sync for TableFieldNameValue
impl Unpin for TableFieldNameValue
impl UnwindSafe for TableFieldNameValue
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