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