Struct vls_protocol::msgs::NodeInfo
source · pub struct NodeInfo {}
Expand description
Get node public keys. Used by the frontend
Trait Implementations§
source§impl BigEndianEncodable for NodeInfo
impl BigEndianEncodable for NodeInfo
Auto Trait Implementations§
impl RefUnwindSafe for NodeInfo
impl Send for NodeInfo
impl Sync for NodeInfo
impl Unpin for NodeInfo
impl UnwindSafe for NodeInfo
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