Struct vls_protocol::msgs::Ping
source · pub struct Ping {
pub id: u16,
pub message: WireString,
}
Expand description
Ping request LDK only
Fields§
§id: u16
§message: WireString
Trait Implementations§
source§impl BigEndianEncodable for Ping
impl BigEndianEncodable for Ping
Auto Trait Implementations§
impl RefUnwindSafe for Ping
impl Send for Ping
impl Sync for Ping
impl Unpin for Ping
impl UnwindSafe for Ping
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