pub struct SignMessage(/* private fields */);
Expand description
solana:signMessage
containing the version
and callback
within
the StandardFunction field
Trait Implementations§
Source§impl Clone for SignMessage
impl Clone for SignMessage
Source§fn clone(&self) -> SignMessage
fn clone(&self) -> SignMessage
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 SignMessage
impl Debug for SignMessage
Source§impl Default for SignMessage
impl Default for SignMessage
Source§fn default() -> SignMessage
fn default() -> SignMessage
Returns the “default value” for a type. Read more
Source§impl Hash for SignMessage
impl Hash for SignMessage
Source§impl Ord for SignMessage
impl Ord for SignMessage
Source§fn cmp(&self, other: &SignMessage) -> Ordering
fn cmp(&self, other: &SignMessage) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SignMessage
impl PartialEq for SignMessage
Source§impl PartialOrd for SignMessage
impl PartialOrd for SignMessage
impl Eq for SignMessage
impl StructuralPartialEq for SignMessage
Auto Trait Implementations§
impl Freeze for SignMessage
impl RefUnwindSafe for SignMessage
impl !Send for SignMessage
impl !Sync for SignMessage
impl Unpin for SignMessage
impl UnwindSafe for SignMessage
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