pub struct ContentDirectoryHandler;Expand description
Content Directory Handler struct to encapsulate specialized browse handlers
Auto Trait Implementations§
impl Freeze for ContentDirectoryHandler
impl RefUnwindSafe for ContentDirectoryHandler
impl Send for ContentDirectoryHandler
impl Sync for ContentDirectoryHandler
impl Unpin for ContentDirectoryHandler
impl UnwindSafe for ContentDirectoryHandler
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