pub struct DeploymentStrategy { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for DeploymentStrategy
impl Debug for DeploymentStrategy
Source§impl From<DeploymentStrategy> for Resource
impl From<DeploymentStrategy> for Resource
Source§fn from(value: DeploymentStrategy) -> Self
fn from(value: DeploymentStrategy) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DeploymentStrategy
impl RefUnwindSafe for DeploymentStrategy
impl Send for DeploymentStrategy
impl Sync for DeploymentStrategy
impl Unpin for DeploymentStrategy
impl UnwindSafe for DeploymentStrategy
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