pub struct NetworkRequestType;Expand description
NetworkRequestType (935).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NetworkRequestType
impl RefUnwindSafe for NetworkRequestType
impl Send for NetworkRequestType
impl Sync for NetworkRequestType
impl Unpin for NetworkRequestType
impl UnsafeUnpin for NetworkRequestType
impl UnwindSafe for NetworkRequestType
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