pub struct Shutdown(/* private fields */);Implementations§
Source§impl Shutdown
impl Shutdown
pub const FIELD_COUNT: usize = 3
pub fn total_size(&self) -> usize
pub fn field_count(&self) -> usize
pub fn count_extra_fields(&self) -> usize
pub fn has_extra_fields(&self) -> bool
pub fn channel_id(&self) -> Byte32
pub fn fee_rate(&self) -> Uint64
pub fn close_script(&self) -> Script
pub fn as_reader<'r>(&'r self) -> ShutdownReader<'r>
Trait Implementations§
Source§impl Entity for Shutdown
impl Entity for Shutdown
const NAME: &'static str = "Shutdown"
type Builder = ShutdownBuilder
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<Shutdown> for FiberMessage
impl From<Shutdown> for FiberMessage
Source§impl From<Shutdown> for FiberMessageUnion
impl From<Shutdown> for FiberMessageUnion
Auto Trait Implementations§
impl !Freeze for Shutdown
impl RefUnwindSafe for Shutdown
impl Send for Shutdown
impl Sync for Shutdown
impl Unpin for Shutdown
impl UnsafeUnpin for Shutdown
impl UnwindSafe for Shutdown
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