pub struct Source<'a, R>(_)
where
R: Read;Trait Implementations
Auto Trait Implementations
impl<'a, R> RefUnwindSafe for Source<'a, R> where
R: RefUnwindSafe,
impl<'a, R> Send for Source<'a, R> where
R: Send,
impl<'a, R> Sync for Source<'a, R> where
R: Sync,
impl<'a, R> Unpin for Source<'a, R> where
R: Unpin,
impl<'a, R> UnwindSafe for Source<'a, R> where
R: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more