pub struct OptField<O, P: TokenParser<O>, F: Fn() -> P> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<O, P, F> Freeze for OptField<O, P, F>where
F: Freeze,
impl<O, P, F> RefUnwindSafe for OptField<O, P, F>where
F: RefUnwindSafe,
O: RefUnwindSafe,
impl<O, P, F> Send for OptField<O, P, F>
impl<O, P, F> Sync for OptField<O, P, F>
impl<O, P, F> Unpin for OptField<O, P, F>
impl<O, P, F> UnwindSafe for OptField<O, P, F>where
F: UnwindSafe,
O: 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