pub enum ReqwestAdapterStatus {
DependencyNotAdmitted,
}Expand description
Provider-neutral transport adapter readiness state.
Variants§
DependencyNotAdmitted
Adapter crate boundary exists, but no transport dependency is admitted.
Trait Implementations§
Source§impl Clone for ReqwestAdapterStatus
impl Clone for ReqwestAdapterStatus
Source§fn clone(&self) -> ReqwestAdapterStatus
fn clone(&self) -> ReqwestAdapterStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ReqwestAdapterStatus
Source§impl Debug for ReqwestAdapterStatus
impl Debug for ReqwestAdapterStatus
impl Eq for ReqwestAdapterStatus
Source§impl Hash for ReqwestAdapterStatus
impl Hash for ReqwestAdapterStatus
Source§impl Ord for ReqwestAdapterStatus
impl Ord for ReqwestAdapterStatus
Source§fn cmp(&self, other: &ReqwestAdapterStatus) -> Ordering
fn cmp(&self, other: &ReqwestAdapterStatus) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ReqwestAdapterStatus
impl PartialEq for ReqwestAdapterStatus
Source§impl PartialOrd for ReqwestAdapterStatus
impl PartialOrd for ReqwestAdapterStatus
impl StructuralPartialEq for ReqwestAdapterStatus
Auto Trait Implementations§
impl Freeze for ReqwestAdapterStatus
impl RefUnwindSafe for ReqwestAdapterStatus
impl Send for ReqwestAdapterStatus
impl Sync for ReqwestAdapterStatus
impl Unpin for ReqwestAdapterStatus
impl UnsafeUnpin for ReqwestAdapterStatus
impl UnwindSafe for ReqwestAdapterStatus
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