pub struct DeploymentStatusOptions { /* private fields */ }Implementations§
Source§impl DeploymentStatusOptions
impl DeploymentStatusOptions
pub fn builder(state: State) -> DeploymentStatusOptionsBuilder
Trait Implementations§
Source§impl Debug for DeploymentStatusOptions
impl Debug for DeploymentStatusOptions
Source§impl Default for DeploymentStatusOptions
impl Default for DeploymentStatusOptions
Source§fn default() -> DeploymentStatusOptions
fn default() -> DeploymentStatusOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeploymentStatusOptions
impl RefUnwindSafe for DeploymentStatusOptions
impl Send for DeploymentStatusOptions
impl Sync for DeploymentStatusOptions
impl Unpin for DeploymentStatusOptions
impl UnwindSafe for DeploymentStatusOptions
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