pub struct Generic;Expand description
The generic fallback: claims every file, uses the default normaliser.
Trait Implementations§
Source§impl Language for Generic
impl Language for Generic
Source§fn id(&self) -> &'static str
fn id(&self) -> &'static str
Stable identifier, e.g. “generic”, “rust”. Part of the registry
fingerprint, so bump-worthy behaviour changes need a new id or version.
Auto Trait Implementations§
impl Freeze for Generic
impl RefUnwindSafe for Generic
impl Send for Generic
impl Sync for Generic
impl Unpin for Generic
impl UnsafeUnpin for Generic
impl UnwindSafe for Generic
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