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