pub enum YoutubeState {
Initiating,
ParseError(String),
}Expand description
Occurs when an youtube output is produced
Variants§
Implementations§
Source§impl YoutubeState
impl YoutubeState
pub fn parse<'a>( split: impl DoubleEndedIterator<Item = &'a str> + Send, ) -> YoutubeState
Auto Trait Implementations§
impl Freeze for YoutubeState
impl RefUnwindSafe for YoutubeState
impl Send for YoutubeState
impl Sync for YoutubeState
impl Unpin for YoutubeState
impl UnwindSafe for YoutubeState
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