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