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