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