pub struct ClaimId(pub [u8; 32]);Expand description
A unique identifier to track each pending output claim within a ChannelMonitor.
This is not exported to bindings users as we just use [u8; 32] directly.
Tuple Fields§
§0: [u8; 32]Trait Implementations§
Source§impl Writeable for ClaimId
impl Writeable for ClaimId
impl Copy for ClaimId
impl Eq for ClaimId
impl StructuralPartialEq for ClaimId
Auto Trait Implementations§
impl Freeze for ClaimId
impl RefUnwindSafe for ClaimId
impl Send for ClaimId
impl Sync for ClaimId
impl Unpin for ClaimId
impl UnwindSafe for ClaimId
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