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