Struct ruststep::ap201::explicit_draughting::ApplicationContextElement [−][src]
pub struct ApplicationContextElement {
pub name: Label,
pub frame_of_reference: ApplicationContext,
}
Fields
name: Label
frame_of_reference: ApplicationContext
Implementations
Constructs a new ApplicationContextElement
.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 ApplicationContextElement
impl Send for ApplicationContextElement
impl Sync for ApplicationContextElement
impl Unpin for ApplicationContextElement
impl UnwindSafe for ApplicationContextElement
Blanket Implementations
Mutably borrows from an owned value. Read more