pub enum StreamLoaderCommand {
Fetch(Range),
Close,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StreamLoaderCommand
impl RefUnwindSafe for StreamLoaderCommand
impl Send for StreamLoaderCommand
impl Sync for StreamLoaderCommand
impl Unpin for StreamLoaderCommand
impl UnwindSafe for StreamLoaderCommand
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