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