pub struct PostClient<P, S, R, E>(/* private fields */);
Expand description
Special purpose client end-point that can only issue Post
requests.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<P, S, R, E> Freeze for Post<P, S, R, E>
impl<P, S, R, E> !RefUnwindSafe for Post<P, S, R, E>
impl<P, S, R, E> Send for Post<P, S, R, E>
impl<P, S, R, E> Sync for Post<P, S, R, E>
impl<P, S, R, E> Unpin for Post<P, S, R, E>
impl<P, S, R, E> !UnwindSafe for Post<P, S, R, E>
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