pub enum MetaCategory {
Default,
Array,
Type,
ArrayType,
}
Variants§
Trait Implementations§
Source§impl Clone for MetaCategory
impl Clone for MetaCategory
Source§fn clone(&self) -> MetaCategory
fn clone(&self) -> MetaCategory
Returns a duplicate 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 MetaCategory
impl Debug for MetaCategory
Source§impl PartialEq for MetaCategory
impl PartialEq for MetaCategory
impl Copy for MetaCategory
impl StructuralPartialEq for MetaCategory
Auto Trait Implementations§
impl Freeze for MetaCategory
impl RefUnwindSafe for MetaCategory
impl Send for MetaCategory
impl Sync for MetaCategory
impl Unpin for MetaCategory
impl UnwindSafe for MetaCategory
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more