Struct vls_protocol::msgs::GetHeartbeat
source · pub struct GetHeartbeat {}
Expand description
Get a serialized signed heartbeat
Trait Implementations§
source§impl BigEndianEncodable for GetHeartbeat
impl BigEndianEncodable for GetHeartbeat
source§impl DeBolt for GetHeartbeat
impl DeBolt for GetHeartbeat
source§impl Debug for GetHeartbeat
impl Debug for GetHeartbeat
source§impl Decodable for GetHeartbeat
impl Decodable for GetHeartbeat
source§impl Encodable for GetHeartbeat
impl Encodable for GetHeartbeat
Auto Trait Implementations§
impl RefUnwindSafe for GetHeartbeat
impl Send for GetHeartbeat
impl Sync for GetHeartbeat
impl Unpin for GetHeartbeat
impl UnwindSafe for GetHeartbeat
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