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