pub struct TxSignature {
pub key: BytesEnvelope,
pub signature: BytesEnvelope,
pub ty: String,
}Fields§
§key: BytesEnvelope§signature: BytesEnvelope§ty: StringTrait Implementations§
Source§impl Clone for TxSignature
impl Clone for TxSignature
Source§fn clone(&self) -> TxSignature
fn clone(&self) -> TxSignature
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 TxSignature
impl Debug for TxSignature
Source§impl<'de> Deserialize<'de> for TxSignature
impl<'de> Deserialize<'de> for TxSignature
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
Auto Trait Implementations§
impl Freeze for TxSignature
impl RefUnwindSafe for TxSignature
impl Send for TxSignature
impl Sync for TxSignature
impl Unpin for TxSignature
impl UnsafeUnpin for TxSignature
impl UnwindSafe for TxSignature
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