pub struct statuses;
Trait Implementations§
Source§impl HasArgument<after> for statuses
impl HasArgument<after> for statuses
Source§impl HasArgument<before> for statuses
impl HasArgument<before> for statuses
Source§impl HasArgument<first> for statuses
impl HasArgument<first> for statuses
Source§impl HasArgument<last> for statuses
impl HasArgument<last> for statuses
Source§impl HasField<statuses> for Deployment
impl HasField<statuses> for Deployment
Source§type Type = Option<DeploymentStatusConnection>
type Type = Option<DeploymentStatusConnection>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for statuses
impl RefUnwindSafe for statuses
impl Send for statuses
impl Sync for statuses
impl Unpin for statuses
impl UnwindSafe for statuses
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