pub enum MocSource {
File(PathBuf),
Url(String),
}
Expand description
The source from which MoC is playing, either a path or url
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MocSource
impl RefUnwindSafe for MocSource
impl Send for MocSource
impl Sync for MocSource
impl Unpin for MocSource
impl UnwindSafe for MocSource
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