pub struct RemoveTlcFulfill(/* private fields */);Implementations§
Source§impl RemoveTlcFulfill
impl RemoveTlcFulfill
pub const TOTAL_SIZE: usize = 32
pub const FIELD_SIZES: [usize; 1]
pub const FIELD_COUNT: usize = 1
pub fn payment_preimage(&self) -> Byte32
pub fn as_reader<'r>(&'r self) -> RemoveTlcFulfillReader<'r>
Trait Implementations§
Source§impl Clone for RemoveTlcFulfill
impl Clone for RemoveTlcFulfill
Source§fn clone(&self) -> RemoveTlcFulfill
fn clone(&self) -> RemoveTlcFulfill
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 RemoveTlcFulfill
impl Debug for RemoveTlcFulfill
Source§impl Default for RemoveTlcFulfill
impl Default for RemoveTlcFulfill
Source§impl Display for RemoveTlcFulfill
impl Display for RemoveTlcFulfill
Source§impl Entity for RemoveTlcFulfill
impl Entity for RemoveTlcFulfill
const NAME: &'static str = "RemoveTlcFulfill"
type Builder = RemoveTlcFulfillBuilder
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<RemoveTlcFulfill> for RemoveTlcFulfill
impl From<RemoveTlcFulfill> for RemoveTlcFulfill
Source§fn from(remove_tlc_fulfill: RemoveTlcFulfill) -> Self
fn from(remove_tlc_fulfill: RemoveTlcFulfill) -> Self
Converts to this type from the input type.
Source§impl From<RemoveTlcFulfill> for RemoveTlcFulfill
impl From<RemoveTlcFulfill> for RemoveTlcFulfill
Source§fn from(remove_tlc_fulfill: RemoveTlcFulfill) -> Self
fn from(remove_tlc_fulfill: RemoveTlcFulfill) -> Self
Converts to this type from the input type.
Source§impl From<RemoveTlcFulfill> for RemoveTlcReason
impl From<RemoveTlcFulfill> for RemoveTlcReason
Source§fn from(value: RemoveTlcFulfill) -> Self
fn from(value: RemoveTlcFulfill) -> Self
Converts to this type from the input type.
Source§impl From<RemoveTlcFulfill> for RemoveTlcReasonUnion
impl From<RemoveTlcFulfill> for RemoveTlcReasonUnion
Source§fn from(item: RemoveTlcFulfill) -> Self
fn from(item: RemoveTlcFulfill) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for RemoveTlcFulfill
impl RefUnwindSafe for RemoveTlcFulfill
impl Send for RemoveTlcFulfill
impl Sync for RemoveTlcFulfill
impl Unpin for RemoveTlcFulfill
impl UnsafeUnpin for RemoveTlcFulfill
impl UnwindSafe for RemoveTlcFulfill
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