pub struct PubNonceOpt(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PubNonceOpt
impl Clone for PubNonceOpt
Source§fn clone(&self) -> PubNonceOpt
fn clone(&self) -> PubNonceOpt
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 PubNonceOpt
impl Debug for PubNonceOpt
Source§impl Default for PubNonceOpt
impl Default for PubNonceOpt
Source§impl Display for PubNonceOpt
impl Display for PubNonceOpt
Source§impl Entity for PubNonceOpt
impl Entity for PubNonceOpt
const NAME: &'static str = "PubNonceOpt"
type Builder = PubNonceOptBuilder
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<PubNonce> for PubNonceOpt
impl From<PubNonce> for PubNonceOpt
Auto Trait Implementations§
impl !Freeze for PubNonceOpt
impl RefUnwindSafe for PubNonceOpt
impl Send for PubNonceOpt
impl Sync for PubNonceOpt
impl Unpin for PubNonceOpt
impl UnsafeUnpin for PubNonceOpt
impl UnwindSafe for PubNonceOpt
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