pub struct XtreamCredentials {
pub base_url: String,
pub username: String,
pub password: String,
}Expand description
Xtream server credentials. Debug is intentionally redacted.
Fields§
§base_url: String§username: String§password: StringImplementations§
Trait Implementations§
Source§impl Clone for XtreamCredentials
impl Clone for XtreamCredentials
Source§fn clone(&self) -> XtreamCredentials
fn clone(&self) -> XtreamCredentials
Returns a duplicate of the value. Read more
1.0.0 · 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 XtreamCredentials
impl RefUnwindSafe for XtreamCredentials
impl Send for XtreamCredentials
impl Sync for XtreamCredentials
impl Unpin for XtreamCredentials
impl UnsafeUnpin for XtreamCredentials
impl UnwindSafe for XtreamCredentials
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