pub struct JoinGameParticipants(pub Vec<JoinGameParticipant>);
Tuple Fields§
§0: Vec<JoinGameParticipant>
Implementations§
source§impl JoinGameParticipants
impl JoinGameParticipants
sourcepub fn to_stream(&self, stream: &mut impl WriteOctetStream) -> Result<()>
pub fn to_stream(&self, stream: &mut impl WriteOctetStream) -> Result<()>
§Errors
io::Error
// TODO:
sourcepub fn from_stream(stream: &mut impl ReadOctetStream) -> Result<Self>
pub fn from_stream(stream: &mut impl ReadOctetStream) -> Result<Self>
§Errors
io::Error
// TODO:
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JoinGameParticipants
impl RefUnwindSafe for JoinGameParticipants
impl Send for JoinGameParticipants
impl Sync for JoinGameParticipants
impl Unpin for JoinGameParticipants
impl UnwindSafe for JoinGameParticipants
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