pub struct Discover {
pub provider: MediaProvider,
/* private fields */
}Fields§
§provider: MediaProviderImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Discover
impl Send for Discover
impl Sync for Discover
impl Unpin for Discover
impl !UnwindSafe for Discover
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