pub enum TreeShaking {
Default,
False,
True,
}
Variants§
Trait Implementations§
Source§impl Clone for TreeShaking
impl Clone for TreeShaking
Source§fn clone(&self) -> TreeShaking
fn clone(&self) -> TreeShaking
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 moreimpl Copy for TreeShaking
Auto Trait Implementations§
impl Freeze for TreeShaking
impl RefUnwindSafe for TreeShaking
impl Send for TreeShaking
impl Sync for TreeShaking
impl Unpin for TreeShaking
impl UnwindSafe for TreeShaking
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