pub struct MediaRegistry { /* private fields */ }Expand description
Collision-safe media lookup shared by layout and pagination.
Implementations§
Trait Implementations§
Source§impl Clone for MediaRegistry
impl Clone for MediaRegistry
Source§fn clone(&self) -> MediaRegistry
fn clone(&self) -> MediaRegistry
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 MediaRegistry
impl RefUnwindSafe for MediaRegistry
impl Send for MediaRegistry
impl Sync for MediaRegistry
impl Unpin for MediaRegistry
impl UnsafeUnpin for MediaRegistry
impl UnwindSafe for MediaRegistry
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