Struct ruststep::ap201::explicit_draughting::PresentationStyleByContext   [−][src]
pub struct PresentationStyleByContext {
    pub presentation_style_assignment: PresentationStyleAssignment,
    pub style_context: StyleContextSelect,
}Fields
presentation_style_assignment: PresentationStyleAssignmentstyle_context: StyleContextSelectImplementations
pub fn new(
    presentation_style_assignment: PresentationStyleAssignment, 
    style_context: StyleContextSelect
) -> Self
pub fn new(
    presentation_style_assignment: PresentationStyleAssignment, 
    style_context: StyleContextSelect
) -> Self
Constructs a new PresentationStyleByContext.
Methods from Deref<Target = PresentationStyleAssignment>
Trait Implementations
Performs the conversion.
Performs the conversion.
The resulting type after dereferencing.
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 PresentationStyleByContext
impl Send for PresentationStyleByContext
impl Sync for PresentationStyleByContext
impl Unpin for PresentationStyleByContext
impl UnwindSafe for PresentationStyleByContext
Blanket Implementations
Mutably borrows from an owned value. Read more