pub struct MaxRequestId {
pub request_id: VarInt,
}Fields§
§request_id: VarIntTrait Implementations§
Source§impl Clone for MaxRequestId
impl Clone for MaxRequestId
Source§impl Debug for MaxRequestId
impl Debug for MaxRequestId
impl Eq for MaxRequestId
Source§impl PartialEq for MaxRequestId
impl PartialEq 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