Enum ruststep::ap201::explicit_draughting::CurveOrRender [−][src]
pub enum CurveOrRender {
CurveStyle(Box<CurveStyle>),
}
Variants
CurveStyle(Box<CurveStyle>)
Tuple Fields of CurveStyle
0: Box<CurveStyle>
Trait Implementations
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 CurveOrRender
impl Send for CurveOrRender
impl Sync for CurveOrRender
impl Unpin for CurveOrRender
impl UnwindSafe for CurveOrRender
Blanket Implementations
Mutably borrows from an owned value. Read more