pub struct NoContentRequest<Body, Query> { /* private fields */ }
Implementations§
Source§impl<Body, Query> NoContentRequest<Body, Query>
impl<Body, Query> NoContentRequest<Body, Query>
Auto Trait Implementations§
impl<Body, Query> !Freeze for NoContentRequest<Body, Query>
impl<Body, Query> !RefUnwindSafe for NoContentRequest<Body, Query>
impl<Body, Query> Send for NoContentRequest<Body, Query>
impl<Body, Query> Sync for NoContentRequest<Body, Query>
impl<Body, Query> Unpin for NoContentRequest<Body, Query>
impl<Body, Query> !UnwindSafe for NoContentRequest<Body, Query>
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