Enum ruststep::ap203::config_control_design::VectorOrDirectionHolder [−][src]
pub enum VectorOrDirectionHolder {
Vector(Box<VectorHolder>),
Direction(Box<DirectionHolder>),
}
Variants
Vector(Box<VectorHolder>)
Tuple Fields of Vector
0: Box<VectorHolder>
Direction(Box<DirectionHolder>)
Tuple Fields of Direction
0: Box<DirectionHolder>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<VectorOrDirection>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<VectorOrDirection>> + 'table>
Get owned entities as an iterator
type Owned = VectorOrDirection
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 VectorOrDirectionHolder
impl Send for VectorOrDirectionHolder
impl Sync for VectorOrDirectionHolder
impl Unpin for VectorOrDirectionHolder
impl UnwindSafe for VectorOrDirectionHolder
Blanket Implementations
Mutably borrows from an owned value. Read more