pub struct ReleaseStageEdge;Trait Implementations§
Source§impl HasField<__typename> for ReleaseStageEdge
impl HasField<__typename> for ReleaseStageEdge
Source§impl HasField<cursor> for ReleaseStageEdge
impl HasField<cursor> for ReleaseStageEdge
Source§impl HasField<node> for ReleaseStageEdge
impl HasField<node> for ReleaseStageEdge
Source§type Type = ReleaseStage
type Type = ReleaseStage
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for ReleaseStageEdge
impl RefUnwindSafe for ReleaseStageEdge
impl Send for ReleaseStageEdge
impl Sync for ReleaseStageEdge
impl Unpin for ReleaseStageEdge
impl UnwindSafe for ReleaseStageEdge
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