pub struct PropertySnapshot {
pub property: StyleProperty,
pub authored: bool,
pub value: StyleValue,
}Fields§
§property: StyleProperty§value: StyleValueTrait Implementations§
Source§impl Clone for PropertySnapshot
impl Clone for PropertySnapshot
Source§fn clone(&self) -> PropertySnapshot
fn clone(&self) -> PropertySnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PropertySnapshot
impl Debug for PropertySnapshot
Source§impl PartialEq for PropertySnapshot
impl PartialEq for PropertySnapshot
impl StructuralPartialEq for PropertySnapshot
Auto Trait Implementations§
impl Freeze for PropertySnapshot
impl RefUnwindSafe for PropertySnapshot
impl Send for PropertySnapshot
impl Sync for PropertySnapshot
impl Unpin for PropertySnapshot
impl UnsafeUnpin for PropertySnapshot
impl UnwindSafe for PropertySnapshot
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