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