pub struct TwitchEvents { /* private fields */ }Auto Trait Implementations§
impl Freeze for TwitchEvents
impl !RefUnwindSafe for TwitchEvents
impl Send for TwitchEvents
impl !Sync for TwitchEvents
impl Unpin for TwitchEvents
impl !UnwindSafe for TwitchEvents
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more