pub struct UpdateKvParams {
pub body: UpdateObjectRequest,
}Fields§
§body: UpdateObjectRequestRequest body sent with this call.
Required.
Implementations§
Source§impl UpdateKvParams
impl UpdateKvParams
Sourcepub fn new(body: UpdateObjectRequest) -> Self
pub fn new(body: UpdateObjectRequest) -> Self
Construct a new UpdateKvParams with the required fields set.
Trait Implementations§
Source§impl Clone for UpdateKvParams
impl Clone for UpdateKvParams
Source§fn clone(&self) -> UpdateKvParams
fn clone(&self) -> UpdateKvParams
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 UpdateKvParams
impl Debug for UpdateKvParams
Auto Trait Implementations§
impl Freeze for UpdateKvParams
impl RefUnwindSafe for UpdateKvParams
impl Send for UpdateKvParams
impl Sync for UpdateKvParams
impl Unpin for UpdateKvParams
impl UnsafeUnpin for UpdateKvParams
impl UnwindSafe for UpdateKvParams
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