pub struct EnvVarErr<const T: usize>(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const T: usize> Freeze for EnvVarErr<T>
impl<const T: usize> RefUnwindSafe for EnvVarErr<T>
impl<const T: usize> Send for EnvVarErr<T>
impl<const T: usize> Sync for EnvVarErr<T>
impl<const T: usize> Unpin for EnvVarErr<T>
impl<const T: usize> UnwindSafe for EnvVarErr<T>
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