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