pub struct SignatureValue(pub Vec<u8>);Tuple Fields§
§0: Vec<u8>Trait Implementations§
Source§impl Clone for SignatureValue
impl Clone for SignatureValue
Source§fn clone(&self) -> SignatureValue
fn clone(&self) -> SignatureValue
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 SignatureValue
impl Debug for SignatureValue
impl Eq for SignatureValue
Source§impl PartialEq for SignatureValue
impl PartialEq for SignatureValue
Source§fn eq(&self, other: &SignatureValue) -> bool
fn eq(&self, other: &SignatureValue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SignatureValue
Auto Trait Implementations§
impl Freeze for SignatureValue
impl RefUnwindSafe for SignatureValue
impl Send for SignatureValue
impl Sync for SignatureValue
impl Unpin for SignatureValue
impl UnsafeUnpin for SignatureValue
impl UnwindSafe for SignatureValue
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