pub struct AttributeValueForEnvVariable {
pub name: String,
pub variable_name: String,
pub value: AttributeValue,
}Fields§
§name: String§variable_name: String§value: AttributeValueTrait Implementations§
Source§impl Clone for AttributeValueForEnvVariable
impl Clone for AttributeValueForEnvVariable
Source§fn clone(&self) -> AttributeValueForEnvVariable
fn clone(&self) -> AttributeValueForEnvVariable
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 AttributeValueForEnvVariable
impl Debug for AttributeValueForEnvVariable
Source§impl<'de> Deserialize<'de> for AttributeValueForEnvVariable
impl<'de> Deserialize<'de> for AttributeValueForEnvVariable
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 PartialEq for AttributeValueForEnvVariable
impl PartialEq for AttributeValueForEnvVariable
Source§fn eq(&self, other: &AttributeValueForEnvVariable) -> bool
fn eq(&self, other: &AttributeValueForEnvVariable) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AttributeValueForEnvVariable
Auto Trait Implementations§
impl Freeze for AttributeValueForEnvVariable
impl RefUnwindSafe for AttributeValueForEnvVariable
impl Send for AttributeValueForEnvVariable
impl Sync for AttributeValueForEnvVariable
impl Unpin for AttributeValueForEnvVariable
impl UnwindSafe for AttributeValueForEnvVariable
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