pub enum StreamSource {
File((String, usize)),
}
Variants§
Auto Trait Implementations§
impl Freeze for StreamSource
impl RefUnwindSafe for StreamSource
impl Send for StreamSource
impl Sync for StreamSource
impl Unpin for StreamSource
impl UnwindSafe for StreamSource
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