pub struct ContextDependentOverRidingStyledItem {
pub name: String,
pub styles: Vec<PresentationStyleAssignmentRef>,
pub item: StyledItemTargetRef,
pub over_ridden_style: StyledItemRef,
pub style_context: Vec<StyleContextSelectRef>,
}Fields§
§name: String§styles: Vec<PresentationStyleAssignmentRef>§item: StyledItemTargetRef§over_ridden_style: StyledItemRef§style_context: Vec<StyleContextSelectRef>Trait Implementations§
Source§impl Clone for ContextDependentOverRidingStyledItem
impl Clone for ContextDependentOverRidingStyledItem
Source§fn clone(&self) -> ContextDependentOverRidingStyledItem
fn clone(&self) -> ContextDependentOverRidingStyledItem
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 PartialEq for ContextDependentOverRidingStyledItem
impl PartialEq for ContextDependentOverRidingStyledItem
Source§fn eq(&self, other: &ContextDependentOverRidingStyledItem) -> bool
fn eq(&self, other: &ContextDependentOverRidingStyledItem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ContextDependentOverRidingStyledItem
Auto Trait Implementations§
impl Freeze for ContextDependentOverRidingStyledItem
impl RefUnwindSafe for ContextDependentOverRidingStyledItem
impl Send for ContextDependentOverRidingStyledItem
impl Sync for ContextDependentOverRidingStyledItem
impl Unpin for ContextDependentOverRidingStyledItem
impl UnsafeUnpin for ContextDependentOverRidingStyledItem
impl UnwindSafe for ContextDependentOverRidingStyledItem
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