pub struct AlwaysParser<T, E>(/* private fields */);Implementations§
Source§impl<T, E> AlwaysParser<T, E>
impl<T, E> AlwaysParser<T, E>
pub fn new(value: T) -> AlwaysParser<T, E>
Trait Implementations§
Auto Trait Implementations§
impl<T, E> Freeze for AlwaysParser<T, E>where
T: Freeze,
impl<T, E> RefUnwindSafe for AlwaysParser<T, E>where
T: RefUnwindSafe,
E: RefUnwindSafe,
impl<T, E> Send for AlwaysParser<T, E>
impl<T, E> Sync for AlwaysParser<T, E>
impl<T, E> Unpin for AlwaysParser<T, E>
impl<T, E> UnwindSafe for AlwaysParser<T, E>where
T: UnwindSafe,
E: UnwindSafe,
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