pub struct NetworkRequestCHandleWrapper(/* private fields */);
Trait Implementations§
Source§impl Drop for NetworkRequestCHandleWrapper
impl Drop for NetworkRequestCHandleWrapper
impl Send for NetworkRequestCHandleWrapper
Auto Trait Implementations§
impl Freeze for NetworkRequestCHandleWrapper
impl RefUnwindSafe for NetworkRequestCHandleWrapper
impl !Sync for NetworkRequestCHandleWrapper
impl Unpin for NetworkRequestCHandleWrapper
impl UnwindSafe for NetworkRequestCHandleWrapper
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