pub struct Signature {
pub signer: String,
pub timestamp: u64,
pub signature: Vec<u8>,
}Fields§
§signer: String§timestamp: u64§signature: Vec<u8>Trait Implementations§
Source§impl BorshDeserialize for Signature
impl BorshDeserialize for Signature
Source§impl BorshSerialize for Signature
impl BorshSerialize for Signature
impl Eq for Signature
impl StructuralPartialEq for Signature
Auto Trait Implementations§
impl Freeze for Signature
impl RefUnwindSafe for Signature
impl Send for Signature
impl Sync for Signature
impl Unpin for Signature
impl UnwindSafe for Signature
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