pub struct Source<'de, R>(_)
where
R: Read;Trait Implementations
Auto Trait Implementations
impl<'de, R> RefUnwindSafe for Source<'de, R> where
R: RefUnwindSafe,
impl<'de, R> Send for Source<'de, R> where
R: Send,
impl<'de, R> Sync for Source<'de, R> where
R: Sync,
impl<'de, R> Unpin for Source<'de, R> where
R: Unpin,
impl<'de, R> UnwindSafe for Source<'de, 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