pub struct ProofOfOwnership {
pub details: Value,
pub id: f64,
}
Expand description
[Optional] It contains info about the proof of ownership being uploaded (mandatory for proof_of_ownership document type)
Fields§
§details: Value
A collection of unspecific information related to the proof of ownership being uploaded\n
id: f64
The id of the proof of ownership as shown in the /get_account_status proof of ownership list\n
Trait Implementations§
Source§impl Clone for ProofOfOwnership
impl Clone for ProofOfOwnership
Source§fn clone(&self) -> ProofOfOwnership
fn clone(&self) -> ProofOfOwnership
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 ProofOfOwnership
impl Debug for ProofOfOwnership
Source§impl<'de> Deserialize<'de> for ProofOfOwnership
impl<'de> Deserialize<'de> for ProofOfOwnership
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
Auto Trait Implementations§
impl Freeze for ProofOfOwnership
impl RefUnwindSafe for ProofOfOwnership
impl Send for ProofOfOwnership
impl Sync for ProofOfOwnership
impl Unpin for ProofOfOwnership
impl UnwindSafe for ProofOfOwnership
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