pub enum CompileDirective {
Native,
Optimize(u8),
}Variants§
Trait Implementations§
Source§impl Clone for CompileDirective
impl Clone for CompileDirective
Source§fn clone(&self) -> CompileDirective
fn clone(&self) -> CompileDirective
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CompileDirective
Source§impl Debug for CompileDirective
impl Debug for CompileDirective
impl Eq for CompileDirective
Source§impl PartialEq for CompileDirective
impl PartialEq for CompileDirective
impl StructuralPartialEq for CompileDirective
Auto Trait Implementations§
impl Freeze for CompileDirective
impl RefUnwindSafe for CompileDirective
impl Send for CompileDirective
impl Sync for CompileDirective
impl Unpin for CompileDirective
impl UnsafeUnpin for CompileDirective
impl UnwindSafe for CompileDirective
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