pub struct Reject {
pub channel_id: [u8; 32],
}
Expand description
Message used to reject an received offer.
Fields§
§channel_id: [u8; 32]
The id of the channel referred to by the message.
Trait Implementations§
Source§impl Writeable for Reject
impl Writeable for Reject
impl Eq for Reject
impl StructuralPartialEq for Reject
Auto Trait Implementations§
impl Freeze for Reject
impl RefUnwindSafe for Reject
impl Send for Reject
impl Sync for Reject
impl Unpin for Reject
impl UnwindSafe for Reject
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