Struct vls_protocol::msgs::ForgetChannel
source · pub struct ForgetChannel {
pub node_id: PubKey,
pub dbid: u64,
}
Expand description
Fields§
§node_id: PubKey
§dbid: u64
Trait Implementations§
source§impl BigEndianEncodable for ForgetChannel
impl BigEndianEncodable for ForgetChannel
source§impl DeBolt for ForgetChannel
impl DeBolt for ForgetChannel
source§impl Debug for ForgetChannel
impl Debug for ForgetChannel
source§impl Decodable for ForgetChannel
impl Decodable for ForgetChannel
source§impl Encodable for ForgetChannel
impl Encodable for ForgetChannel
Auto Trait Implementations§
impl RefUnwindSafe for ForgetChannel
impl Send for ForgetChannel
impl Sync for ForgetChannel
impl Unpin for ForgetChannel
impl UnwindSafe for ForgetChannel
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