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