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