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