pub struct RootDelegationProofBatchInstallResponse {
pub batch_id: [u8; 32],
pub outcomes: Vec<RootDelegationProofBatchInstallResult>,
}Fields§
§batch_id: [u8; 32]§outcomes: Vec<RootDelegationProofBatchInstallResult>Trait Implementations§
Source§impl Clone for RootDelegationProofBatchInstallResponse
impl Clone for RootDelegationProofBatchInstallResponse
Source§fn clone(&self) -> RootDelegationProofBatchInstallResponse
fn clone(&self) -> RootDelegationProofBatchInstallResponse
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 RootDelegationProofBatchInstallResponse
impl<'de> Deserialize<'de> for RootDelegationProofBatchInstallResponse
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 RootDelegationProofBatchInstallResponse
Source§impl PartialEq for RootDelegationProofBatchInstallResponse
impl PartialEq for RootDelegationProofBatchInstallResponse
Source§fn eq(&self, other: &RootDelegationProofBatchInstallResponse) -> bool
fn eq(&self, other: &RootDelegationProofBatchInstallResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RootDelegationProofBatchInstallResponse
Auto Trait Implementations§
impl Freeze for RootDelegationProofBatchInstallResponse
impl RefUnwindSafe for RootDelegationProofBatchInstallResponse
impl Send for RootDelegationProofBatchInstallResponse
impl Sync for RootDelegationProofBatchInstallResponse
impl Unpin for RootDelegationProofBatchInstallResponse
impl UnsafeUnpin for RootDelegationProofBatchInstallResponse
impl UnwindSafe for RootDelegationProofBatchInstallResponse
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