[−][src]Struct async_graphql::guard::PostAnd
PostGuard for PostGuardExt<T>::and
.
Trait Implementations
impl<T: Send + Sync, A: PostGuard<T> + Send + Sync, B: PostGuard<T> + Send + Sync> PostGuard<T> for PostAnd<T, A, B>
[src]
fn check<'life0, 'life1, 'life2, 'life3, 'async_trait>(
&'life0 self,
ctx: &'life1 Context<'life2>,
result: &'life3 T
) -> Pin<Box<dyn Future<Output = FieldResult<()>> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
'life3: 'async_trait,
Self: 'async_trait,
[src]
&'life0 self,
ctx: &'life1 Context<'life2>,
result: &'life3 T
) -> Pin<Box<dyn Future<Output = FieldResult<()>> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
'life3: 'async_trait,
Self: 'async_trait,
Auto Trait Implementations
impl<T, A, B> RefUnwindSafe for PostAnd<T, A, B> where
A: RefUnwindSafe,
B: RefUnwindSafe,
T: RefUnwindSafe,
A: RefUnwindSafe,
B: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, A, B> Send for PostAnd<T, A, B> where
A: Send,
B: Send,
A: Send,
B: Send,
impl<T, A, B> Sync for PostAnd<T, A, B> where
A: Sync,
B: Sync,
A: Sync,
B: Sync,
impl<T, A, B> Unpin for PostAnd<T, A, B> where
A: Unpin,
B: Unpin,
T: Unpin,
A: Unpin,
B: Unpin,
T: Unpin,
impl<T, A, B> UnwindSafe for PostAnd<T, A, B> where
A: UnwindSafe,
B: UnwindSafe,
T: UnwindSafe,
A: UnwindSafe,
B: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
fn instrument(self, span: Span) -> Instrumented<Self>
[src]
fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, R> PostGuardExt<R> for T where
R: Send + Sync,
T: PostGuard<R>,
[src]
R: Send + Sync,
T: PostGuard<R>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,