pub struct EnvironmentCreateResponse {
pub environment: Option<Environment>,
}Expand description
EnvironmentCreateResponse
Fields§
§environment: Option<Environment>Implementations§
Source§impl EnvironmentCreateResponse
impl EnvironmentCreateResponse
pub fn new() -> EnvironmentCreateResponse
Trait Implementations§
Source§impl Clone for EnvironmentCreateResponse
impl Clone for EnvironmentCreateResponse
Source§fn clone(&self) -> EnvironmentCreateResponse
fn clone(&self) -> EnvironmentCreateResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EnvironmentCreateResponse
impl Debug for EnvironmentCreateResponse
Source§impl Default for EnvironmentCreateResponse
impl Default for EnvironmentCreateResponse
Source§fn default() -> EnvironmentCreateResponse
fn default() -> EnvironmentCreateResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EnvironmentCreateResponse
impl<'de> Deserialize<'de> for EnvironmentCreateResponse
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
impl StructuralPartialEq for EnvironmentCreateResponse
Auto Trait Implementations§
impl Freeze for EnvironmentCreateResponse
impl RefUnwindSafe for EnvironmentCreateResponse
impl Send for EnvironmentCreateResponse
impl Sync for EnvironmentCreateResponse
impl Unpin for EnvironmentCreateResponse
impl UnsafeUnpin for EnvironmentCreateResponse
impl UnwindSafe for EnvironmentCreateResponse
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