Struct fast_protocol::datatypes::packets::KeepAliveResponse
source · pub struct KeepAliveResponse {
pub id: Long,
}Expand description
Response to the KeepAlive
Fields§
§id: Longid if the received KeepAlive
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeepAliveResponse
impl RefUnwindSafe for KeepAliveResponse
impl Send for KeepAliveResponse
impl Sync for KeepAliveResponse
impl Unpin for KeepAliveResponse
impl UnwindSafe for KeepAliveResponse
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