pub struct InvalidRedirType;Expand description
Error type for RedirType’s FromStr::Err
Trait Implementations§
Source§impl Debug for InvalidRedirType
impl Debug for InvalidRedirType
Auto Trait Implementations§
impl Freeze for InvalidRedirType
impl RefUnwindSafe for InvalidRedirType
impl Send for InvalidRedirType
impl Sync for InvalidRedirType
impl Unpin for InvalidRedirType
impl UnwindSafe for InvalidRedirType
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