Enum vk_parse::TypesChild
source · [−]Expand description
An item making up a type definition.
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.
Type(Type)
Comment(String)
Trait Implementations
sourceimpl Clone for TypesChild
impl Clone for TypesChild
sourcefn clone(&self) -> TypesChild
fn clone(&self) -> TypesChild
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 TypesChild
impl Debug for TypesChild
sourceimpl PartialEq<TypesChild> for TypesChild
impl PartialEq<TypesChild> for TypesChild
sourcefn eq(&self, other: &TypesChild) -> bool
fn eq(&self, other: &TypesChild) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Eq for TypesChild
impl StructuralEq for TypesChild
impl StructuralPartialEq for TypesChild
Auto Trait Implementations
impl RefUnwindSafe for TypesChild
impl Send for TypesChild
impl Sync for TypesChild
impl Unpin for TypesChild
impl UnwindSafe for TypesChild
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