Struct text_parsing::source::Chain
source · pub struct Chain<S1, S2> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<S1, S2> Freeze for Chain<S1, S2>
impl<S1, S2> RefUnwindSafe for Chain<S1, S2>where
S1: RefUnwindSafe,
S2: RefUnwindSafe,
impl<S1, S2> Send for Chain<S1, S2>
impl<S1, S2> Sync for Chain<S1, S2>
impl<S1, S2> Unpin for Chain<S1, S2>
impl<S1, S2> UnwindSafe for Chain<S1, S2>where
S1: UnwindSafe,
S2: 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