pub struct MaxRequestIdMsg {
pub request_id: VarInt,
}Fields§
§request_id: VarIntTrait Implementations§
Source§impl Clone for MaxRequestIdMsg
impl Clone for MaxRequestIdMsg
Source§fn clone(&self) -> MaxRequestIdMsg
fn clone(&self) -> MaxRequestIdMsg
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MaxRequestIdMsg
impl Debug for MaxRequestIdMsg
Source§impl PartialEq for MaxRequestIdMsg
impl PartialEq for MaxRequestIdMsg
impl Eq for MaxRequestIdMsg
impl StructuralPartialEq for MaxRequestIdMsg
Auto Trait Implementations§
impl Freeze for MaxRequestIdMsg
impl RefUnwindSafe for MaxRequestIdMsg
impl Send for MaxRequestIdMsg
impl Sync for MaxRequestIdMsg
impl Unpin for MaxRequestIdMsg
impl UnsafeUnpin for MaxRequestIdMsg
impl UnwindSafe for MaxRequestIdMsg
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