pub struct TwitchClient;Implementations§
Auto Trait Implementations§
impl Freeze for TwitchClient
impl RefUnwindSafe for TwitchClient
impl Send for TwitchClient
impl Sync for TwitchClient
impl Unpin for TwitchClient
impl UnwindSafe for TwitchClient
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