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