pub struct ParsePair<'a, T: ?Sized> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'a, T: ?Sized> Freeze for ParsePair<'a, T>
impl<'a, T: ?Sized> RefUnwindSafe for ParsePair<'a, T>where
T: RefUnwindSafe,
impl<'a, T: ?Sized> Send for ParsePair<'a, T>where
T: Sync,
impl<'a, T: ?Sized> Sync for ParsePair<'a, T>where
T: Sync,
impl<'a, T: ?Sized> Unpin for ParsePair<'a, T>
impl<'a, T: ?Sized> UnwindSafe for ParsePair<'a, T>where
T: RefUnwindSafe,
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