pub enum Hygiene {
None,
Macro,
Input,
Aseptic,
}Expand description
Hygiene variant
- None : No hygiene applied
- Macro : Hygine by per invocation
- Input : Hygiene by per input
- Aseptic : No runtime definition or invocation at all.
Variants
None
Macro
Input
Aseptic
Trait Implementations
impl Copy for Hygiene
impl StructuralPartialEq for Hygiene
Auto Trait Implementations
impl RefUnwindSafe for Hygiene
impl Send for Hygiene
impl Sync for Hygiene
impl Unpin for Hygiene
impl UnwindSafe for Hygiene
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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