pub enum ChannelCommitment {
Anchored(WifiChannel),
Free,
}Variants§
Anchored(WifiChannel)
Free
Trait Implementations§
Source§impl Clone for ChannelCommitment
impl Clone for ChannelCommitment
Source§fn clone(&self) -> ChannelCommitment
fn clone(&self) -> ChannelCommitment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ChannelCommitment
Source§impl Debug for ChannelCommitment
impl Debug for ChannelCommitment
impl Eq for ChannelCommitment
Source§impl PartialEq for ChannelCommitment
impl PartialEq for ChannelCommitment
impl StructuralPartialEq for ChannelCommitment
Auto Trait Implementations§
impl Freeze for ChannelCommitment
impl RefUnwindSafe for ChannelCommitment
impl Send for ChannelCommitment
impl Sync for ChannelCommitment
impl Unpin for ChannelCommitment
impl UnsafeUnpin for ChannelCommitment
impl UnwindSafe for ChannelCommitment
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