struct PropertyValue {
value: Option<OwnedValue>,
event: Event,
}Fields§
§value: Option<OwnedValue>§event: EventTrait Implementations§
Source§impl Debug for PropertyValue
impl Debug for PropertyValue
Source§impl Default for PropertyValue
impl Default for PropertyValue
Source§fn default() -> PropertyValue
fn default() -> PropertyValue
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for PropertyValue
impl RefUnwindSafe for PropertyValue
impl Send for PropertyValue
impl Sync for PropertyValue
impl Unpin for PropertyValue
impl UnwindSafe for PropertyValue
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