Enum subst::NeverValue
source · pub enum NeverValue {}
Expand description
Value returned by the NoSubstitution
map.
Trait Implementations§
source§impl<T: ?Sized> AsRef<T> for NeverValue
impl<T: ?Sized> AsRef<T> for NeverValue
Auto Trait Implementations§
impl Freeze for NeverValue
impl RefUnwindSafe for NeverValue
impl Send for NeverValue
impl Sync for NeverValue
impl Unpin for NeverValue
impl UnwindSafe for NeverValue
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