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