pub struct Source<'de, R>(/* private fields */)
where
R: Read;
Trait Implementations§
Auto Trait Implementations§
impl<'de, R> Freeze for Source<'de, R>where
R: Freeze,
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§
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