pub struct DeploymentState { /* private fields */ }Implementations§
Source§impl DeploymentState
impl DeploymentState
pub fn current_release<T>(self, value: T) -> Self
pub fn environment_info<T>(self, value: T) -> Self
pub fn platform<T>(self, value: T) -> Self
pub fn retry_requested<T>(self, value: T) -> Self
pub fn runtime_metadata<T>(self, value: T) -> Self
pub fn stack_state<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
pub fn target_release<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for DeploymentState
impl Clone for DeploymentState
Source§fn clone(&self) -> DeploymentState
fn clone(&self) -> DeploymentState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeploymentState
impl Debug for DeploymentState
Source§impl Default for DeploymentState
impl Default for DeploymentState
Source§impl From<DeploymentState> for DeploymentState
impl From<DeploymentState> for DeploymentState
Source§fn from(value: DeploymentState) -> Self
fn from(value: DeploymentState) -> Self
Converts to this type from the input type.
Source§impl TryFrom<DeploymentState> for DeploymentState
impl TryFrom<DeploymentState> for DeploymentState
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: DeploymentState) -> Result<Self, ConversionError>
fn try_from(value: DeploymentState) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for DeploymentState
impl RefUnwindSafe for DeploymentState
impl Send for DeploymentState
impl Sync for DeploymentState
impl Unpin for DeploymentState
impl UnsafeUnpin for DeploymentState
impl UnwindSafe for DeploymentState
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