pub struct InternalSignature {
pub cause: [u8; 32],
pub transaction_hash: [u8; 32],
}Fields§
§cause: [u8; 32]§transaction_hash: [u8; 32]Trait Implementations§
Source§impl Clone for InternalSignature
impl Clone for InternalSignature
Source§fn clone(&self) -> InternalSignature
fn clone(&self) -> InternalSignature
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 Debug for InternalSignature
impl Debug for InternalSignature
Source§impl<'de> Deserialize<'de> for InternalSignature
impl<'de> Deserialize<'de> for InternalSignature
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 InternalSignature
impl PartialEq for InternalSignature
Source§impl Serialize for InternalSignature
impl Serialize for InternalSignature
impl StructuralPartialEq for InternalSignature
Auto Trait Implementations§
impl Freeze for InternalSignature
impl RefUnwindSafe for InternalSignature
impl Send for InternalSignature
impl Sync for InternalSignature
impl Unpin for InternalSignature
impl UnsafeUnpin for InternalSignature
impl UnwindSafe for InternalSignature
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