#[repr(C)]pub struct NextRequestOptions {
pub timeout_ms: u64,
}Fields§
§timeout_ms: u64Trait Implementations§
Source§impl Default for NextRequestOptions
impl Default for NextRequestOptions
Source§fn default() -> NextRequestOptions
fn default() -> NextRequestOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NextRequestOptions
impl RefUnwindSafe for NextRequestOptions
impl Send for NextRequestOptions
impl Sync for NextRequestOptions
impl Unpin for NextRequestOptions
impl UnwindSafe for NextRequestOptions
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