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