Struct axol::ExtensionRemove
source · pub struct ExtensionRemove<T>(pub Removed<T>);
Tuple Fields§
§0: Removed<T>
Trait Implementations§
source§impl<T: Clone> Clone for ExtensionRemove<T>
impl<T: Clone> Clone for ExtensionRemove<T>
source§fn clone(&self) -> ExtensionRemove<T>
fn clone(&self) -> ExtensionRemove<T>
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<T: Debug> Debug for ExtensionRemove<T>
impl<T: Debug> Debug for ExtensionRemove<T>
source§impl<'a, T: Send + Sync + Clone + 'static> FromRequestParts<'a> for ExtensionRemove<T>
impl<'a, T: Send + Sync + Clone + 'static> FromRequestParts<'a> for ExtensionRemove<T>
fn from_request_parts<'async_trait>( request: RequestPartsRef<'a> ) -> Pin<Box<dyn Future<Output = Result<Self>> + Send + 'async_trait>>where Self: 'async_trait, 'a: 'async_trait,
Auto Trait Implementations§
impl<T> RefUnwindSafe for ExtensionRemove<T>where T: RefUnwindSafe,
impl<T> Send for ExtensionRemove<T>where T: Send + Sync,
impl<T> Sync for ExtensionRemove<T>where T: Send + Sync,
impl<T> Unpin for ExtensionRemove<T>where T: Unpin,
impl<T> UnwindSafe for ExtensionRemove<T>where T: UnwindSafe + RefUnwindSafe,
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