pub struct DownloadGameStateRequest {
pub request_id: u8,
}
Fields§
§request_id: u8
Implementations§
source§impl DownloadGameStateRequest
impl DownloadGameStateRequest
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§
source§impl Clone for DownloadGameStateRequest
impl Clone for DownloadGameStateRequest
source§fn clone(&self) -> DownloadGameStateRequest
fn clone(&self) -> DownloadGameStateRequest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DownloadGameStateRequest
impl Debug for DownloadGameStateRequest
source§impl PartialEq for DownloadGameStateRequest
impl PartialEq for DownloadGameStateRequest
impl Eq for DownloadGameStateRequest
impl StructuralPartialEq for DownloadGameStateRequest
Auto Trait Implementations§
impl Freeze for DownloadGameStateRequest
impl RefUnwindSafe for DownloadGameStateRequest
impl Send for DownloadGameStateRequest
impl Sync for DownloadGameStateRequest
impl Unpin for DownloadGameStateRequest
impl UnwindSafe for DownloadGameStateRequest
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)