Enum oo_bindgen::model::IteratorItemType
source · #[non_exhaustive]
pub enum IteratorItemType {
Primitive(Primitive),
Struct(UniversalOr<FunctionReturnStructField>),
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Primitive(Primitive)
Struct(UniversalOr<FunctionReturnStructField>)
Trait Implementations§
source§impl Clone for IteratorItemType
impl Clone for IteratorItemType
source§fn clone(&self) -> IteratorItemType
fn clone(&self) -> IteratorItemType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for IteratorItemType
impl Debug for IteratorItemType
source§impl From<Handle<Struct<FunctionReturnStructField, Unvalidated>>> for IteratorItemType
impl From<Handle<Struct<FunctionReturnStructField, Unvalidated>>> for IteratorItemType
source§fn from(x: FunctionReturnStructHandle) -> Self
fn from(x: FunctionReturnStructHandle) -> Self
Converts to this type from the input type.
source§impl From<Handle<Struct<UniversalStructField, Unvalidated>>> for IteratorItemType
impl From<Handle<Struct<UniversalStructField, Unvalidated>>> for IteratorItemType
source§fn from(x: UniversalStructHandle) -> Self
fn from(x: UniversalStructHandle) -> Self
Converts to this type from the input type.
source§impl From<Primitive> for IteratorItemType
impl From<Primitive> for IteratorItemType
source§impl From<UniversalOr<FunctionReturnStructField>> for IteratorItemType
impl From<UniversalOr<FunctionReturnStructField>> for IteratorItemType
source§fn from(x: UniversalOr<FunctionReturnStructField>) -> Self
fn from(x: UniversalOr<FunctionReturnStructField>) -> Self
Converts to this type from the input type.