Enum vk_parse::EnumsChild
source · [−]Expand description
An item which forms an enum.
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.
Enum(Enum)
Actual named enum.
Unused(Unused)
An unused range of enum values.
Comment(String)
Human-readable comment.
Trait Implementations
sourceimpl Clone for EnumsChild
impl Clone for EnumsChild
sourcefn clone(&self) -> EnumsChild
fn clone(&self) -> EnumsChild
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for EnumsChild
impl Debug for EnumsChild
sourceimpl PartialEq<EnumsChild> for EnumsChild
impl PartialEq<EnumsChild> for EnumsChild
sourcefn eq(&self, other: &EnumsChild) -> bool
fn eq(&self, other: &EnumsChild) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Eq for EnumsChild
impl StructuralEq for EnumsChild
impl StructuralPartialEq for EnumsChild
Auto Trait Implementations
impl RefUnwindSafe for EnumsChild
impl Send for EnumsChild
impl Sync for EnumsChild
impl Unpin for EnumsChild
impl UnwindSafe for EnumsChild
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more