pub struct ExecuteUpdateKeyPageParams {
pub params: Value,
}Fields§
§params: ValueTrait Implementations§
Source§impl Clone for ExecuteUpdateKeyPageParams
impl Clone for ExecuteUpdateKeyPageParams
Source§fn clone(&self) -> ExecuteUpdateKeyPageParams
fn clone(&self) -> ExecuteUpdateKeyPageParams
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 ExecuteUpdateKeyPageParams
impl Debug for ExecuteUpdateKeyPageParams
Source§impl<'de> Deserialize<'de> for ExecuteUpdateKeyPageParams
impl<'de> Deserialize<'de> for ExecuteUpdateKeyPageParams
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
impl StructuralPartialEq for ExecuteUpdateKeyPageParams
Auto Trait Implementations§
impl Freeze for ExecuteUpdateKeyPageParams
impl RefUnwindSafe for ExecuteUpdateKeyPageParams
impl Send for ExecuteUpdateKeyPageParams
impl Sync for ExecuteUpdateKeyPageParams
impl Unpin for ExecuteUpdateKeyPageParams
impl UnsafeUnpin for ExecuteUpdateKeyPageParams
impl UnwindSafe for ExecuteUpdateKeyPageParams
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