pub struct EnvironmentResponse {
pub variables: Option<EnvironmentVariables>,
pub error: Option<EnvironmentError>,
}Fields§
§variables: Option<EnvironmentVariables>§error: Option<EnvironmentError>Trait Implementations§
Source§impl Debug for EnvironmentResponse
impl Debug for EnvironmentResponse
Source§impl Default for EnvironmentResponse
impl Default for EnvironmentResponse
Source§fn default() -> EnvironmentResponse
fn default() -> EnvironmentResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EnvironmentResponse
impl<'de> Deserialize<'de> for EnvironmentResponse
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
Auto Trait Implementations§
impl Freeze for EnvironmentResponse
impl RefUnwindSafe for EnvironmentResponse
impl Send for EnvironmentResponse
impl Sync for EnvironmentResponse
impl Unpin for EnvironmentResponse
impl UnwindSafe for EnvironmentResponse
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