Struct text_parsing::source::EmptySource
source · pub struct EmptySource;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmptySource
impl RefUnwindSafe for EmptySource
impl Send for EmptySource
impl Sync for EmptySource
impl Unpin for EmptySource
impl UnwindSafe for EmptySource
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