struct AugMedalError<'c, 'a: 'c, 'b: 'c + 'a>(MedalError, &'c mut Request<'a, 'b>);Tuple Fields§
§0: MedalError§1: &'c mut Request<'a, 'b>Trait Implementations§
Source§impl<'c, 'a, 'b> From<AugMedalError<'c, 'a, 'b>> for IronError
 
impl<'c, 'a, 'b> From<AugMedalError<'c, 'a, 'b>> for IronError
Source§fn from(AugMedalError: AugMedalError<'c, 'a, 'b>) -> Self
 
fn from(AugMedalError: AugMedalError<'c, 'a, 'b>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'c, 'a, 'b> Freeze for AugMedalError<'c, 'a, 'b>
impl<'c, 'a, 'b> !RefUnwindSafe for AugMedalError<'c, 'a, 'b>
impl<'c, 'a, 'b> !Send for AugMedalError<'c, 'a, 'b>
impl<'c, 'a, 'b> !Sync for AugMedalError<'c, 'a, 'b>
impl<'c, 'a, 'b> Unpin for AugMedalError<'c, 'a, 'b>
impl<'c, 'a, 'b> !UnwindSafe for AugMedalError<'c, 'a, 'b>
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
    T: 'a,
 
impl<'a, T> AsTaggedExplicit<'a> for Twhere
    T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
    T: 'a,
 
impl<'a, T> AsTaggedImplicit<'a> for Twhere
    T: 'a,
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
§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> PersistentInto<Arc<Mutex<T>>> for T
 
impl<T> PersistentInto<Arc<Mutex<T>>> for T
§fn persistent_into(self) -> Arc<Mutex<T>>
 
fn persistent_into(self) -> Arc<Mutex<T>>
Convert 
self into a value of type T.§impl<T> PersistentInto<Arc<RwLock<T>>> for T
 
impl<T> PersistentInto<Arc<RwLock<T>>> for T
§fn persistent_into(self) -> Arc<RwLock<T>>
 
fn persistent_into(self) -> Arc<RwLock<T>>
Convert 
self into a value of type T.§impl<T> PersistentInto<Arc<T>> for T
 
impl<T> PersistentInto<Arc<T>> for T
§fn persistent_into(self) -> Arc<T>
 
fn persistent_into(self) -> Arc<T>
Convert 
self into a value of type T.§impl<T> PersistentInto<T> for T
 
impl<T> PersistentInto<T> for T
§fn persistent_into(self) -> T
 
fn persistent_into(self) -> T
Convert 
self into a value of type T.