Enum minify_js::TopLevelMode
source · [−]pub enum TopLevelMode {
Global,
Module,
}
Variants
Global
Module
Trait Implementations
sourceimpl Clone for TopLevelMode
impl Clone for TopLevelMode
sourcefn clone(&self) -> TopLevelMode
fn clone(&self) -> TopLevelMode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TopLevelMode
impl Debug for TopLevelMode
sourceimpl FromStr for TopLevelMode
impl FromStr for TopLevelMode
sourceimpl PartialEq<TopLevelMode> for TopLevelMode
impl PartialEq<TopLevelMode> for TopLevelMode
sourcefn eq(&self, other: &TopLevelMode) -> bool
fn eq(&self, other: &TopLevelMode) -> bool
impl Copy for TopLevelMode
impl Eq for TopLevelMode
impl StructuralEq for TopLevelMode
impl StructuralPartialEq for TopLevelMode
Auto Trait Implementations
impl RefUnwindSafe for TopLevelMode
impl Send for TopLevelMode
impl Sync for TopLevelMode
impl Unpin for TopLevelMode
impl UnwindSafe for TopLevelMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more