pub struct RequestClientConfigGen {}
Trait Implementations§
Source§impl Encode for RequestClientConfigGen
impl Encode for RequestClientConfigGen
fn scratch_len(&self) -> usize
fn encode(&self, _: &mut EncodeCursor<'_>)
impl Compatible<RequestClientConfig> for RequestClientConfigGen
impl Compatible<RequestClientConfigGen> for RequestClientConfig
Auto Trait Implementations§
impl Freeze for RequestClientConfigGen
impl RefUnwindSafe for RequestClientConfigGen
impl Send for RequestClientConfigGen
impl Sync for RequestClientConfigGen
impl Unpin for RequestClientConfigGen
impl UnwindSafe for RequestClientConfigGen
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