Struct photon_api::models::_get_compressed_account_proof_post_200_response::GetCompressedAccountProofPost200Response
source · pub struct GetCompressedAccountProofPost200Response {
pub error: Option<Box<GetCompressedAccountPost200ResponseError>>,
pub id: Id,
pub jsonrpc: Jsonrpc,
pub result: Option<Box<GetCompressedAccountProofPost200ResponseResult>>,
}Fields§
§error: Option<Box<GetCompressedAccountPost200ResponseError>>§id: IdAn ID to identify the response.
jsonrpc: JsonrpcThe version of the JSON-RPC protocol.
result: Option<Box<GetCompressedAccountProofPost200ResponseResult>>Implementations§
source§impl GetCompressedAccountProofPost200Response
impl GetCompressedAccountProofPost200Response
pub fn new(id: Id, jsonrpc: Jsonrpc) -> GetCompressedAccountProofPost200Response
Trait Implementations§
source§impl Clone for GetCompressedAccountProofPost200Response
impl Clone for GetCompressedAccountProofPost200Response
source§fn clone(&self) -> GetCompressedAccountProofPost200Response
fn clone(&self) -> GetCompressedAccountProofPost200Response
Returns a copy 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 GetCompressedAccountProofPost200Response
impl Default for GetCompressedAccountProofPost200Response
source§fn default() -> GetCompressedAccountProofPost200Response
fn default() -> GetCompressedAccountProofPost200Response
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GetCompressedAccountProofPost200Response
impl<'de> Deserialize<'de> for GetCompressedAccountProofPost200Response
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 GetCompressedAccountProofPost200Response
impl PartialEq for GetCompressedAccountProofPost200Response
source§fn eq(&self, other: &GetCompressedAccountProofPost200Response) -> bool
fn eq(&self, other: &GetCompressedAccountProofPost200Response) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetCompressedAccountProofPost200Response
Auto Trait Implementations§
impl Freeze for GetCompressedAccountProofPost200Response
impl RefUnwindSafe for GetCompressedAccountProofPost200Response
impl Send for GetCompressedAccountProofPost200Response
impl Sync for GetCompressedAccountProofPost200Response
impl Unpin for GetCompressedAccountProofPost200Response
impl UnwindSafe for GetCompressedAccountProofPost200Response
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)