pub struct OfferId(/* private fields */);
Expand description
A unique identifier for an offered channel.
Trait Implementations§
Source§impl Ord for OfferId
impl Ord for OfferId
Source§impl PartialOrd for OfferId
impl PartialOrd for OfferId
impl Copy for OfferId
impl Eq for OfferId
impl StructuralPartialEq for OfferId
Auto Trait Implementations§
impl Freeze for OfferId
impl RefUnwindSafe for OfferId
impl Send for OfferId
impl Sync for OfferId
impl Unpin for OfferId
impl UnwindSafe for OfferId
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