pub struct SignedInternalInvocationProofV1 {
pub payload: InternalInvocationProofPayloadV1,
pub signature: Vec<u8>,
pub key_id: u32,
}Fields§
§payload: InternalInvocationProofPayloadV1§signature: Vec<u8>§key_id: u32Trait Implementations§
Source§impl Clone for SignedInternalInvocationProofV1
impl Clone for SignedInternalInvocationProofV1
Source§fn clone(&self) -> SignedInternalInvocationProofV1
fn clone(&self) -> SignedInternalInvocationProofV1
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 SignedInternalInvocationProofV1
impl<'de> Deserialize<'de> for SignedInternalInvocationProofV1
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 SignedInternalInvocationProofV1
impl PartialEq for SignedInternalInvocationProofV1
Source§fn eq(&self, other: &SignedInternalInvocationProofV1) -> bool
fn eq(&self, other: &SignedInternalInvocationProofV1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SignedInternalInvocationProofV1
impl StructuralPartialEq for SignedInternalInvocationProofV1
Auto Trait Implementations§
impl Freeze for SignedInternalInvocationProofV1
impl RefUnwindSafe for SignedInternalInvocationProofV1
impl Send for SignedInternalInvocationProofV1
impl Sync for SignedInternalInvocationProofV1
impl Unpin for SignedInternalInvocationProofV1
impl UnsafeUnpin for SignedInternalInvocationProofV1
impl UnwindSafe for SignedInternalInvocationProofV1
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