pub struct SignatureOpt(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SignatureOpt
impl Clone for SignatureOpt
Source§fn clone(&self) -> SignatureOpt
fn clone(&self) -> SignatureOpt
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 SignatureOpt
impl Debug for SignatureOpt
Source§impl Default for SignatureOpt
impl Default for SignatureOpt
Source§impl Display for SignatureOpt
impl Display for SignatureOpt
Source§impl Entity for SignatureOpt
impl Entity for SignatureOpt
const NAME: &'static str = "SignatureOpt"
type Builder = SignatureOptBuilder
fn new_unchecked(data: Bytes) -> Self
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> VerificationResult<Self>
fn from_compatible_slice(slice: &[u8]) -> VerificationResult<Self>
fn new_builder() -> Self::Builder
fn as_builder(self) -> Self::Builder
Source§impl From<Signature> for SignatureOpt
impl From<Signature> for SignatureOpt
Auto Trait Implementations§
impl !Freeze for SignatureOpt
impl RefUnwindSafe for SignatureOpt
impl Send for SignatureOpt
impl Sync for SignatureOpt
impl Unpin for SignatureOpt
impl UnsafeUnpin for SignatureOpt
impl UnwindSafe for SignatureOpt
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