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