pub struct SignatureBytes(/* private fields */);Trait Implementations§
Source§impl BytesValue for SignatureBytes
impl BytesValue for SignatureBytes
Source§impl Clone for SignatureBytes
impl Clone for SignatureBytes
Source§fn clone(&self) -> SignatureBytes
fn clone(&self) -> SignatureBytes
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 SignatureBytes
impl Debug for SignatureBytes
Source§impl PartialEq for SignatureBytes
impl PartialEq for SignatureBytes
Source§impl TryFrom<ByteHex> for SignatureBytes
impl TryFrom<ByteHex> for SignatureBytes
impl StructuralPartialEq for SignatureBytes
Auto Trait Implementations§
impl Freeze for SignatureBytes
impl RefUnwindSafe for SignatureBytes
impl Send for SignatureBytes
impl Sync for SignatureBytes
impl Unpin for SignatureBytes
impl UnwindSafe for SignatureBytes
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