pub struct CacaoSignature {
pub t: String,
pub s: String,
pub m: Option<String>,
}Fields§
§t: String§s: String§m: Option<String>Trait Implementations§
Source§impl Clone for CacaoSignature
impl Clone for CacaoSignature
Source§fn clone(&self) -> CacaoSignature
fn clone(&self) -> CacaoSignature
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 Debug for CacaoSignature
impl Debug for CacaoSignature
Source§impl PartialEq for CacaoSignature
impl PartialEq for CacaoSignature
Source§fn eq(&self, other: &CacaoSignature) -> bool
fn eq(&self, other: &CacaoSignature) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CacaoSignature
impl Serialize for CacaoSignature
impl Eq for CacaoSignature
impl StructuralPartialEq for CacaoSignature
Auto Trait Implementations§
impl Freeze for CacaoSignature
impl RefUnwindSafe for CacaoSignature
impl Send for CacaoSignature
impl Sync for CacaoSignature
impl Unpin for CacaoSignature
impl UnsafeUnpin for CacaoSignature
impl UnwindSafe for CacaoSignature
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.