pub struct LaunchStage(/* private fields */);Expand description
The launch stage as defined by Google Cloud Platform Launch Stages.
Implementations§
Trait Implementations§
Source§impl Clone for LaunchStage
impl Clone for LaunchStage
Source§fn clone(&self) -> LaunchStage
fn clone(&self) -> LaunchStage
Returns a copy 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 LaunchStage
impl Debug for LaunchStage
Source§impl Default for LaunchStage
impl Default for LaunchStage
Source§fn default() -> LaunchStage
fn default() -> LaunchStage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LaunchStage
impl<'de> Deserialize<'de> for LaunchStage
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<String> for LaunchStage
impl From<String> for LaunchStage
Source§impl PartialEq for LaunchStage
impl PartialEq for LaunchStage
Source§impl Serialize for LaunchStage
impl Serialize for LaunchStage
impl StructuralPartialEq for LaunchStage
Auto Trait Implementations§
impl Freeze for LaunchStage
impl RefUnwindSafe for LaunchStage
impl Send for LaunchStage
impl Sync for LaunchStage
impl Unpin for LaunchStage
impl UnwindSafe for LaunchStage
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