pub struct CheckStep;
Trait Implementations§
Source§impl HasField<__typename> for CheckStep
impl HasField<__typename> for CheckStep
Source§impl HasField<completedAt> for CheckStep
impl HasField<completedAt> for CheckStep
Source§impl HasField<conclusion> for CheckStep
impl HasField<conclusion> for CheckStep
Source§type Type = Option<CheckConclusionState>
type Type = Option<CheckConclusionState>
The schema marker type of this field.
Source§impl HasField<externalId> for CheckStep
impl HasField<externalId> for CheckStep
Source§impl HasField<secondsToCompletion> for CheckStep
impl HasField<secondsToCompletion> for CheckStep
Auto Trait Implementations§
impl Freeze for CheckStep
impl RefUnwindSafe for CheckStep
impl Send for CheckStep
impl Sync for CheckStep
impl Unpin for CheckStep
impl UnwindSafe for CheckStep
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