pub enum Hygiene {
DefSite,
}Variants§
DefSite
Trait Implementations§
impl Copy for Hygiene
impl Eq for Hygiene
impl StructuralPartialEq for Hygiene
Auto Trait Implementations§
impl Freeze for Hygiene
impl RefUnwindSafe for Hygiene
impl Send for Hygiene
impl Sync for Hygiene
impl Unpin for Hygiene
impl UnwindSafe for Hygiene
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