Struct ruststep::ap201::explicit_draughting::StyledItem [−][src]
pub struct StyledItem {
pub representation_item: RepresentationItem,
pub styles: Vec<PresentationStyleAssignmentAny>,
pub item: RepresentationItemAny,
}
Fields
representation_item: RepresentationItem
styles: Vec<PresentationStyleAssignmentAny>
item: RepresentationItemAny
Implementations
pub fn new(
representation_item: RepresentationItem,
styles: Vec<PresentationStyleAssignmentAny>,
item: RepresentationItemAny
) -> Self
pub fn new(
representation_item: RepresentationItem,
styles: Vec<PresentationStyleAssignmentAny>,
item: RepresentationItemAny
) -> Self
Constructs a new StyledItem
.
Methods from Deref<Target = RepresentationItem>
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
type Target = RepresentationItem
type Target = RepresentationItem
The resulting type after dereferencing.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for StyledItem
impl Send for StyledItem
impl Sync for StyledItem
impl Unpin for StyledItem
impl UnwindSafe for StyledItem
Blanket Implementations
Mutably borrows from an owned value. Read more