pub struct MaxRequestId {
pub request_id: VarInt,
}Fields§
§request_id: VarIntTrait Implementations§
Source§impl Clone for MaxRequestId
impl Clone for MaxRequestId
Source§fn clone(&self) -> MaxRequestId
fn clone(&self) -> MaxRequestId
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 MaxRequestId
impl Debug for MaxRequestId
Source§impl PartialEq for MaxRequestId
impl PartialEq for MaxRequestId
impl Eq for MaxRequestId
impl StructuralPartialEq for MaxRequestId
Auto Trait Implementations§
impl Freeze for MaxRequestId
impl RefUnwindSafe for MaxRequestId
impl Send for MaxRequestId
impl Sync for MaxRequestId
impl Unpin for MaxRequestId
impl UnsafeUnpin for MaxRequestId
impl UnwindSafe for MaxRequestId
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