pub struct GetCompressedAccountProofPostRequestParams {
pub hash: String,
}
Fields§
§hash: String
A 32-byte hash represented as a base58 string.
Implementations§
Trait Implementations§
Source§impl Clone for GetCompressedAccountProofPostRequestParams
impl Clone for GetCompressedAccountProofPostRequestParams
Source§fn clone(&self) -> GetCompressedAccountProofPostRequestParams
fn clone(&self) -> GetCompressedAccountProofPostRequestParams
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 Default for GetCompressedAccountProofPostRequestParams
impl Default for GetCompressedAccountProofPostRequestParams
Source§fn default() -> GetCompressedAccountProofPostRequestParams
fn default() -> GetCompressedAccountProofPostRequestParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetCompressedAccountProofPostRequestParams
impl<'de> Deserialize<'de> for GetCompressedAccountProofPostRequestParams
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 GetCompressedAccountProofPostRequestParams
impl PartialEq for GetCompressedAccountProofPostRequestParams
Source§fn eq(&self, other: &GetCompressedAccountProofPostRequestParams) -> bool
fn eq(&self, other: &GetCompressedAccountProofPostRequestParams) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetCompressedAccountProofPostRequestParams
Auto Trait Implementations§
impl Freeze for GetCompressedAccountProofPostRequestParams
impl RefUnwindSafe for GetCompressedAccountProofPostRequestParams
impl Send for GetCompressedAccountProofPostRequestParams
impl Sync for GetCompressedAccountProofPostRequestParams
impl Unpin for GetCompressedAccountProofPostRequestParams
impl UnwindSafe for GetCompressedAccountProofPostRequestParams
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