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