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