pub struct ChannelUpdateOpt(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ChannelUpdateOpt
impl Clone for ChannelUpdateOpt
Source§fn clone(&self) -> ChannelUpdateOpt
fn clone(&self) -> ChannelUpdateOpt
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 ChannelUpdateOpt
impl Debug for ChannelUpdateOpt
Source§impl Default for ChannelUpdateOpt
impl Default for ChannelUpdateOpt
Source§impl Display for ChannelUpdateOpt
impl Display for ChannelUpdateOpt
Source§impl Entity for ChannelUpdateOpt
impl Entity for ChannelUpdateOpt
const NAME: &'static str = "ChannelUpdateOpt"
type Builder = ChannelUpdateOptBuilder
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<ChannelUpdate> for ChannelUpdateOpt
impl From<ChannelUpdate> for ChannelUpdateOpt
Source§fn from(value: ChannelUpdate) -> Self
fn from(value: ChannelUpdate) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for ChannelUpdateOpt
impl RefUnwindSafe for ChannelUpdateOpt
impl Send for ChannelUpdateOpt
impl Sync for ChannelUpdateOpt
impl Unpin for ChannelUpdateOpt
impl UnsafeUnpin for ChannelUpdateOpt
impl UnwindSafe for ChannelUpdateOpt
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