pub struct JellyfinWebSocket {}
Expand description
Structure managing all websocket interactions.
Auto Trait Implementations§
impl Freeze for JellyfinWebSocket
impl RefUnwindSafe for JellyfinWebSocket
impl Send for JellyfinWebSocket
impl Sync for JellyfinWebSocket
impl Unpin for JellyfinWebSocket
impl UnwindSafe for JellyfinWebSocket
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