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