pub struct EmptySource;Expand description
Source that produces a single empty chunk (for testing).
Implementations§
Source§impl EmptySource
impl EmptySource
Trait Implementations§
Source§impl Default for EmptySource
impl Default for EmptySource
Source§impl Source for EmptySource
impl Source for EmptySource
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