pub struct DeploymentStatusState {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeploymentStatusState
impl RefUnwindSafe for DeploymentStatusState
impl Send for DeploymentStatusState
impl Sync for DeploymentStatusState
impl Unpin for DeploymentStatusState
impl UnwindSafe for DeploymentStatusState
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