pub struct Spectators(Vec<Spectator>);Tuple Fields§
§0: Vec<Spectator>Implementations§
Source§impl Spectators
impl Spectators
Source§impl Spectators
impl Spectators
Source§impl Spectators
impl Spectators
pub async fn broadcast_message(&mut self, message: &str)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Spectators
impl !RefUnwindSafe for Spectators
impl Send for Spectators
impl Sync for Spectators
impl Unpin for Spectators
impl !UnwindSafe for Spectators
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