pub struct SignatureAndOwners {
pub account_id: Option<String>,
pub applicant: Option<SignatureAndOwnersApplicant>,
pub users: Option<Vec<User>>,
}Fields§
§account_id: Option<String>Account identifier
applicant: Option<SignatureAndOwnersApplicant>§users: Option<Vec<User>>Trait Implementations§
Source§impl Clone for SignatureAndOwners
impl Clone for SignatureAndOwners
Source§fn clone(&self) -> SignatureAndOwners
fn clone(&self) -> SignatureAndOwners
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 SignatureAndOwners
impl Debug for SignatureAndOwners
Source§impl Default for SignatureAndOwners
impl Default for SignatureAndOwners
Source§impl<'de> Deserialize<'de> for SignatureAndOwners
impl<'de> Deserialize<'de> for SignatureAndOwners
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 SignatureAndOwners
impl PartialEq for SignatureAndOwners
impl StructuralPartialEq for SignatureAndOwners
Auto Trait Implementations§
impl Freeze for SignatureAndOwners
impl RefUnwindSafe for SignatureAndOwners
impl Send for SignatureAndOwners
impl Sync for SignatureAndOwners
impl Unpin for SignatureAndOwners
impl UnsafeUnpin for SignatureAndOwners
impl UnwindSafe for SignatureAndOwners
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