pub enum ServiceEndpointConstructionConflict {
Path,
Query,
Fragment,
}
Variants§
Trait Implementations§
source§impl Error for ServiceEndpointConstructionConflict
impl Error for ServiceEndpointConstructionConflict
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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()
source§impl From<ServiceEndpointConstructionConflict> for DerefError
impl From<ServiceEndpointConstructionConflict> for DerefError
source§fn from(source: ServiceEndpointConstructionConflict) -> Self
fn from(source: ServiceEndpointConstructionConflict) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ServiceEndpointConstructionConflict
impl RefUnwindSafe for ServiceEndpointConstructionConflict
impl Send for ServiceEndpointConstructionConflict
impl Sync for ServiceEndpointConstructionConflict
impl Unpin for ServiceEndpointConstructionConflict
impl UnwindSafe for ServiceEndpointConstructionConflict
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
source§impl<T> BorrowUnordered for T
impl<T> BorrowUnordered for T
fn as_unordered(&self) -> &Unordered<T>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T, U, C> IntoWithContext<U, C> for Twhere
U: FromWithContext<T, C>,
impl<T, U, C> IntoWithContext<U, C> for Twhere
U: FromWithContext<T, C>,
source§impl<T> ResourceProvider<()> for T
impl<T> ResourceProvider<()> for T
source§fn get_resource(&self) -> &()
fn get_resource(&self) -> &()
Returns a reference to the resource of type
T
.