pub struct ClientArgs { /* private fields */ }Trait Implementations§
Source§impl<Url: ToString, Token: ToString> From<(Url, Token)> for ClientArgs
impl<Url: ToString, Token: ToString> From<(Url, Token)> for ClientArgs
Source§fn from((url, auth_token): (Url, Token)) -> Self
fn from((url, auth_token): (Url, Token)) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ClientArgs
impl RefUnwindSafe for ClientArgs
impl Send for ClientArgs
impl Sync for ClientArgs
impl Unpin for ClientArgs
impl UnwindSafe for ClientArgs
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