pub struct MediaModelsService { /* private fields */ }Expand description
Media model discovery methods.
Implementations§
Trait Implementations§
Source§impl Clone for MediaModelsService
impl Clone for MediaModelsService
Source§fn clone(&self) -> MediaModelsService
fn clone(&self) -> MediaModelsService
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MediaModelsService
impl !RefUnwindSafe for MediaModelsService
impl Send for MediaModelsService
impl Sync for MediaModelsService
impl Unpin for MediaModelsService
impl UnsafeUnpin for MediaModelsService
impl !UnwindSafe for MediaModelsService
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