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