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