#[repr(u32)]pub enum TemplateArgumentKind {
Null = 0,
Type = 1,
Declaration = 2,
Integral = 3,
Template = 4,
TemplateExpansion = 5,
Expression = 6,
Pack = 7,
NullPtr = 8,
}Variants§
Null = 0
Type = 1
Declaration = 2
Integral = 3
Template = 4
TemplateExpansion = 5
Expression = 6
Pack = 7
NullPtr = 8
Trait Implementations§
Source§impl Clone for TemplateArgumentKind
impl Clone for TemplateArgumentKind
Source§fn clone(&self) -> TemplateArgumentKind
fn clone(&self) -> TemplateArgumentKind
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 TemplateArgumentKind
impl Debug for TemplateArgumentKind
Source§impl PartialEq for TemplateArgumentKind
impl PartialEq for TemplateArgumentKind
Source§impl PartialOrd for TemplateArgumentKind
impl PartialOrd for TemplateArgumentKind
impl Copy for TemplateArgumentKind
impl Eq for TemplateArgumentKind
impl StructuralPartialEq for TemplateArgumentKind
Auto Trait Implementations§
impl Freeze for TemplateArgumentKind
impl RefUnwindSafe for TemplateArgumentKind
impl Send for TemplateArgumentKind
impl Sync for TemplateArgumentKind
impl Unpin for TemplateArgumentKind
impl UnwindSafe for TemplateArgumentKind
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