pub struct JellyfinDiscovery {}
Expand description
Structure handling other Jellyfin server discoveries.
Auto Trait Implementations§
impl Freeze for JellyfinDiscovery
impl RefUnwindSafe for JellyfinDiscovery
impl Send for JellyfinDiscovery
impl Sync for JellyfinDiscovery
impl Unpin for JellyfinDiscovery
impl UnwindSafe for JellyfinDiscovery
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