pub struct CannotCloneRequestError;
Expand description
Error raised when a RequestBuilder
cannot be cloned. See RequestBuilder::try_clone
for
more information
Trait Implementations§
source§impl Clone for CannotCloneRequestError
impl Clone for CannotCloneRequestError
source§fn clone(&self) -> CannotCloneRequestError
fn clone(&self) -> CannotCloneRequestError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CannotCloneRequestError
impl Debug for CannotCloneRequestError
source§impl Display for CannotCloneRequestError
impl Display for CannotCloneRequestError
source§impl Error for CannotCloneRequestError
impl Error for CannotCloneRequestError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
impl Copy for CannotCloneRequestError
Auto Trait Implementations§
impl Freeze for CannotCloneRequestError
impl RefUnwindSafe for CannotCloneRequestError
impl Send for CannotCloneRequestError
impl Sync for CannotCloneRequestError
impl Unpin for CannotCloneRequestError
impl UnwindSafe for CannotCloneRequestError
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