pub struct RequestV2 {
pub start: u16,
pub end: u16,
}
Fields§
§start: u16
§end: u16
Trait Implementations§
source§impl<'__superstruct> From<&'__superstruct RequestV2> for RequestRef<'__superstruct>
impl<'__superstruct> From<&'__superstruct RequestV2> for RequestRef<'__superstruct>
Auto Trait Implementations§
impl Freeze for RequestV2
impl RefUnwindSafe for RequestV2
impl Send for RequestV2
impl Sync for RequestV2
impl Unpin for RequestV2
impl UnwindSafe for RequestV2
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