pub struct RootDelegationProofBatchGetResponse {
pub batch_id: [u8; 32],
pub proofs: Vec<RootDelegationProofBatchProof>,
}Fields§
§batch_id: [u8; 32]§proofs: Vec<RootDelegationProofBatchProof>Trait Implementations§
Source§impl Clone for RootDelegationProofBatchGetResponse
impl Clone for RootDelegationProofBatchGetResponse
Source§fn clone(&self) -> RootDelegationProofBatchGetResponse
fn clone(&self) -> RootDelegationProofBatchGetResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for RootDelegationProofBatchGetResponse
impl<'de> Deserialize<'de> for RootDelegationProofBatchGetResponse
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
impl Eq for RootDelegationProofBatchGetResponse
Source§impl PartialEq for RootDelegationProofBatchGetResponse
impl PartialEq for RootDelegationProofBatchGetResponse
Source§fn eq(&self, other: &RootDelegationProofBatchGetResponse) -> bool
fn eq(&self, other: &RootDelegationProofBatchGetResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RootDelegationProofBatchGetResponse
Auto Trait Implementations§
impl Freeze for RootDelegationProofBatchGetResponse
impl RefUnwindSafe for RootDelegationProofBatchGetResponse
impl Send for RootDelegationProofBatchGetResponse
impl Sync for RootDelegationProofBatchGetResponse
impl Unpin for RootDelegationProofBatchGetResponse
impl UnsafeUnpin for RootDelegationProofBatchGetResponse
impl UnwindSafe for RootDelegationProofBatchGetResponse
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