pub struct TableU256MutationRequest {
pub caller: CallerContext,
pub project_id: String,
pub scope_id: String,
pub table_name: String,
pub primary_key: Vec<Value>,
pub column: String,
pub amount_be: [u8; 32],
}Fields§
§caller: CallerContext§project_id: String§scope_id: String§table_name: String§primary_key: Vec<Value>§column: String§amount_be: [u8; 32]Trait Implementations§
Source§impl Clone for TableU256MutationRequest
impl Clone for TableU256MutationRequest
Source§fn clone(&self) -> TableU256MutationRequest
fn clone(&self) -> TableU256MutationRequest
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 TableU256MutationRequest
impl RefUnwindSafe for TableU256MutationRequest
impl Send for TableU256MutationRequest
impl Sync for TableU256MutationRequest
impl Unpin for TableU256MutationRequest
impl UnsafeUnpin for TableU256MutationRequest
impl UnwindSafe for TableU256MutationRequest
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