pub enum EnumTypeName {
Enum,
IntEnum,
}Variants§
Trait Implementations§
Source§impl Clone for EnumTypeName
impl Clone for EnumTypeName
Source§fn clone(&self) -> EnumTypeName
fn clone(&self) -> EnumTypeName
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 EnumTypeName
impl Debug for EnumTypeName
Source§impl PartialEq for EnumTypeName
impl PartialEq for EnumTypeName
impl Copy for EnumTypeName
impl Eq for EnumTypeName
impl StructuralPartialEq for EnumTypeName
Auto Trait Implementations§
impl Freeze for EnumTypeName
impl RefUnwindSafe for EnumTypeName
impl Send for EnumTypeName
impl Sync for EnumTypeName
impl Unpin for EnumTypeName
impl UnwindSafe for EnumTypeName
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