pub struct JellyfinConfig {
pub server_url: String,
pub access_token: String,
pub device_id: String,
}Expand description
Configuration for Jellyfin API client
Fields§
§server_url: String§access_token: String§device_id: StringTrait Implementations§
Source§impl Clone for JellyfinConfig
impl Clone for JellyfinConfig
Source§fn clone(&self) -> JellyfinConfig
fn clone(&self) -> JellyfinConfig
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 JellyfinConfig
impl RefUnwindSafe for JellyfinConfig
impl Send for JellyfinConfig
impl Sync for JellyfinConfig
impl Unpin for JellyfinConfig
impl UnsafeUnpin for JellyfinConfig
impl UnwindSafe for JellyfinConfig
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