pub struct TableInsertResult {
pub namespace: String,
pub table: String,
pub inserted: u64,
}Expand description
Result of inserting into a specific table
Fields§
§namespace: String§table: String§inserted: u64Trait Implementations§
Source§impl Clone for TableInsertResult
impl Clone for TableInsertResult
Source§fn clone(&self) -> TableInsertResult
fn clone(&self) -> TableInsertResult
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 TableInsertResult
impl RefUnwindSafe for TableInsertResult
impl Send for TableInsertResult
impl Sync for TableInsertResult
impl Unpin for TableInsertResult
impl UnwindSafe for TableInsertResult
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