pub(crate) struct AnyLit;
Expand description
A struct that can be used to match any literal
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnyLit
impl RefUnwindSafe for AnyLit
impl Send for AnyLit
impl Sync for AnyLit
impl Unpin for AnyLit
impl UnwindSafe for AnyLit
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