pub struct combinedContexts;Trait Implementations§
Source§impl Field for combinedContexts
impl Field for combinedContexts
Source§impl HasArgument<after> for combinedContexts
impl HasArgument<after> for combinedContexts
Source§impl HasArgument<before> for combinedContexts
impl HasArgument<before> for combinedContexts
Source§impl HasArgument<first> for combinedContexts
impl HasArgument<first> for combinedContexts
Source§impl HasArgument<last> for combinedContexts
impl HasArgument<last> for combinedContexts
Source§impl HasField<combinedContexts> for Status
impl HasField<combinedContexts> for Status
Source§type Type = StatusCheckRollupContextConnection
type Type = StatusCheckRollupContextConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for combinedContexts
impl RefUnwindSafe for combinedContexts
impl Send for combinedContexts
impl Sync for combinedContexts
impl Unpin for combinedContexts
impl UnwindSafe for combinedContexts
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