pub struct deployments;
Trait Implementations§
Source§impl Field for deployments
impl Field for deployments
Source§impl HasArgument<after> for deployments
impl HasArgument<after> for deployments
Source§impl HasArgument<before> for deployments
impl HasArgument<before> for deployments
Source§impl HasArgument<environments> for deployments
impl HasArgument<environments> for deployments
Source§impl HasArgument<first> for deployments
impl HasArgument<first> for deployments
Source§impl HasArgument<last> for deployments
impl HasArgument<last> for deployments
Source§impl HasArgument<orderBy> for deployments
impl HasArgument<orderBy> for deployments
Source§type ArgumentType = Option<DeploymentOrder>
type ArgumentType = Option<DeploymentOrder>
The schema marker type of this argument.
Source§impl HasField<deployments> for Repository
impl HasField<deployments> for Repository
Source§type Type = DeploymentConnection
type Type = DeploymentConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for deployments
impl RefUnwindSafe for deployments
impl Send for deployments
impl Sync for deployments
impl Unpin for deployments
impl UnwindSafe for deployments
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