pub enum PreprocessorVersionProfile {
Core,
Compatibility,
ES,
}
Expand description
A #version profile annotation.
Variants§
Trait Implementations§
Source§impl Clone for PreprocessorVersionProfile
impl Clone for PreprocessorVersionProfile
Source§fn clone(&self) -> PreprocessorVersionProfile
fn clone(&self) -> PreprocessorVersionProfile
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 PreprocessorVersionProfile
impl Debug for PreprocessorVersionProfile
Source§impl Host for PreprocessorVersionProfile
impl Host for PreprocessorVersionProfile
Source§impl HostMut for PreprocessorVersionProfile
impl HostMut for PreprocessorVersionProfile
Source§fn visit_mut<V>(&mut self, visitor: &mut V)where
V: VisitorMut,
fn visit_mut<V>(&mut self, visitor: &mut V)where
V: VisitorMut,
Visit an AST node.
Source§impl Parse for PreprocessorVersionProfile
impl Parse for PreprocessorVersionProfile
impl StructuralPartialEq for PreprocessorVersionProfile
Auto Trait Implementations§
impl Freeze for PreprocessorVersionProfile
impl RefUnwindSafe for PreprocessorVersionProfile
impl Send for PreprocessorVersionProfile
impl Sync for PreprocessorVersionProfile
impl Unpin for PreprocessorVersionProfile
impl UnwindSafe for PreprocessorVersionProfile
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