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