pub struct Status;
Trait Implementations§
Source§impl HasField<__typename> for Status
impl HasField<__typename> for Status
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.
Source§impl HasField<context> for Status
impl HasField<context> for Status
Source§type Type = Option<StatusContext>
type Type = Option<StatusContext>
The schema marker type of this field.
Source§impl HasField<contexts> for Status
impl HasField<contexts> for Status
Source§type Type = Vec<StatusContext>
type Type = Vec<StatusContext>
The schema marker type of this field.
Source§impl HasField<state> for Status
impl HasField<state> for Status
Source§type Type = StatusState
type Type = StatusState
The schema marker type of this field.
impl HasSubtype<Status> for Node
Auto Trait Implementations§
impl Freeze for Status
impl RefUnwindSafe for Status
impl Send for Status
impl Sync for Status
impl Unpin for Status
impl UnwindSafe for Status
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