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