Struct ruststep::ap201::explicit_draughting::PreDefinedSymbol [−][src]
pub struct PreDefinedSymbol {
pub pre_defined_item: PreDefinedItem,
}
Fields
pre_defined_item: PreDefinedItem
Implementations
Constructs a new PreDefinedSymbol
.
Methods from Deref<Target = PreDefinedItem>
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
type Target = PreDefinedItem
type Target = PreDefinedItem
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 PreDefinedSymbol
impl Send for PreDefinedSymbol
impl Sync for PreDefinedSymbol
impl Unpin for PreDefinedSymbol
impl UnwindSafe for PreDefinedSymbol
Blanket Implementations
Mutably borrows from an owned value. Read more