pub enum NoEndpointSpecificError {}Expand description
No endpoint-specific error can occur for this endpoint.
Trait Implementations§
Source§impl Clone for NoEndpointSpecificError
impl Clone for NoEndpointSpecificError
Source§fn clone(&self) -> NoEndpointSpecificError
fn clone(&self) -> NoEndpointSpecificError
Returns a duplicate 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 NoEndpointSpecificError
impl Debug for NoEndpointSpecificError
Source§impl Display for NoEndpointSpecificError
impl Display for NoEndpointSpecificError
Source§impl Ord for NoEndpointSpecificError
impl Ord for NoEndpointSpecificError
Source§fn cmp(&self, other: &NoEndpointSpecificError) -> Ordering
fn cmp(&self, other: &NoEndpointSpecificError) -> Ordering
1.21.0 · 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 NoEndpointSpecificError
impl PartialEq for NoEndpointSpecificError
Source§impl PartialOrd for NoEndpointSpecificError
impl PartialOrd for NoEndpointSpecificError
impl Copy for NoEndpointSpecificError
impl Eq for NoEndpointSpecificError
impl StructuralPartialEq for NoEndpointSpecificError
Auto Trait Implementations§
impl Freeze for NoEndpointSpecificError
impl RefUnwindSafe for NoEndpointSpecificError
impl Send for NoEndpointSpecificError
impl Sync for NoEndpointSpecificError
impl Unpin for NoEndpointSpecificError
impl UnwindSafe for NoEndpointSpecificError
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.