pub enum TypeNameFormatLevel {
Full,
Short,
Balanced,
}
Expand description
How to format cubecl type names.
Variants§
Full
No formatting apply, full information is included.
Short
Most information is removed for a small formatted name.
Balanced
Balanced info is kept.
Trait Implementations§
Source§impl Clone for TypeNameFormatLevel
impl Clone for TypeNameFormatLevel
Source§fn clone(&self) -> TypeNameFormatLevel
fn clone(&self) -> TypeNameFormatLevel
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 TypeNameFormatLevel
impl Debug for TypeNameFormatLevel
impl Copy for TypeNameFormatLevel
Auto Trait Implementations§
impl Freeze for TypeNameFormatLevel
impl RefUnwindSafe for TypeNameFormatLevel
impl Send for TypeNameFormatLevel
impl Sync for TypeNameFormatLevel
impl Unpin for TypeNameFormatLevel
impl UnwindSafe for TypeNameFormatLevel
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