pub struct EnviromentProperty {
pub expressions: Vec<Expression>,
}Expand description
EnviromentProperty
Fields§
§expressions: Vec<Expression>Trait Implementations§
Source§impl Clone for EnviromentProperty
impl Clone for EnviromentProperty
Source§fn clone(&self) -> EnviromentProperty
fn clone(&self) -> EnviromentProperty
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 EnviromentProperty
impl Debug for EnviromentProperty
Source§impl<'de> Deserialize<'de> for EnviromentProperty
impl<'de> Deserialize<'de> for EnviromentProperty
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 EnviromentProperty
impl PartialEq for EnviromentProperty
Source§impl Serialize for EnviromentProperty
impl Serialize for EnviromentProperty
impl StructuralPartialEq for EnviromentProperty
Auto Trait Implementations§
impl Freeze for EnviromentProperty
impl RefUnwindSafe for EnviromentProperty
impl Send for EnviromentProperty
impl Sync for EnviromentProperty
impl Unpin for EnviromentProperty
impl UnwindSafe for EnviromentProperty
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