pub struct TableRecordInput {
pub id: String,
pub fields: Map<String, Value>,
}Fields§
§id: String§fields: Map<String, Value>Implementations§
Trait Implementations§
Source§impl Clone for TableRecordInput
impl Clone for TableRecordInput
Source§fn clone(&self) -> TableRecordInput
fn clone(&self) -> TableRecordInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TableRecordInput
impl Debug for TableRecordInput
Source§impl<'de> Deserialize<'de> for TableRecordInput
impl<'de> Deserialize<'de> for TableRecordInput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TableRecordInput
impl PartialEq for TableRecordInput
Source§fn eq(&self, other: &TableRecordInput) -> bool
fn eq(&self, other: &TableRecordInput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TableRecordInput
impl Serialize for TableRecordInput
impl StructuralPartialEq for TableRecordInput
Auto Trait Implementations§
impl Freeze for TableRecordInput
impl RefUnwindSafe for TableRecordInput
impl Send for TableRecordInput
impl Sync for TableRecordInput
impl Unpin for TableRecordInput
impl UnsafeUnpin for TableRecordInput
impl UnwindSafe for TableRecordInput
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