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