pub struct AckBody {
pub seqnum: u16,
}
Fields§
§seqnum: u16
Implementations§
Trait Implementations§
Source§impl Deserialize for AckBody
impl Deserialize for AckBody
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
impl StructuralPartialEq for AckBody
Auto Trait Implementations§
impl Freeze for AckBody
impl RefUnwindSafe for AckBody
impl Send for AckBody
impl Sync for AckBody
impl Unpin for AckBody
impl UnwindSafe for AckBody
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