pub struct PubkeyOpt(/* private fields */);Implementations§
Trait Implementations§
Source§impl Entity for PubkeyOpt
impl Entity for PubkeyOpt
const NAME: &'static str = "PubkeyOpt"
type Builder = PubkeyOptBuilder
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
Auto Trait Implementations§
impl !Freeze for PubkeyOpt
impl RefUnwindSafe for PubkeyOpt
impl Send for PubkeyOpt
impl Sync for PubkeyOpt
impl Unpin for PubkeyOpt
impl UnsafeUnpin for PubkeyOpt
impl UnwindSafe for PubkeyOpt
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