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