pub enum CodeProfile {
I,
L,
U,
B,
RU,
RO,
M,
C,
T,
SO,
}Expand description
All available profiles in a DSTV file
Variants§
Implementations§
Trait Implementations§
Source§impl Debug for CodeProfile
impl Debug for CodeProfile
Source§impl FromStr for CodeProfile
impl FromStr for CodeProfile
Source§impl Hash for CodeProfile
impl Hash for CodeProfile
Source§impl PartialEq for CodeProfile
impl PartialEq for CodeProfile
impl Eq for CodeProfile
impl StructuralPartialEq for CodeProfile
Auto Trait Implementations§
impl Freeze for CodeProfile
impl RefUnwindSafe for CodeProfile
impl Send for CodeProfile
impl Sync for CodeProfile
impl Unpin for CodeProfile
impl UnwindSafe for CodeProfile
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