Struct GetVersionRequest
pub struct GetVersionRequest {
pub client_major_version: u16,
pub client_minor_version: u16,
}
Fields§
§client_major_version: u16
§client_minor_version: u16
Implementations§
Trait Implementations§
§impl Clone for GetVersionRequest
impl Clone for GetVersionRequest
§fn clone(&self) -> GetVersionRequest
fn clone(&self) -> GetVersionRequest
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 more§impl Debug for GetVersionRequest
impl Debug for GetVersionRequest
§impl Default for GetVersionRequest
impl Default for GetVersionRequest
§fn default() -> GetVersionRequest
fn default() -> GetVersionRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for GetVersionRequest
impl ReplyRequest for GetVersionRequest
§type Reply = GetVersionReply
type Reply = GetVersionReply
The kind of reply that this request generates.
§impl Request for GetVersionRequest
impl Request for GetVersionRequest
impl Copy for GetVersionRequest
Auto Trait Implementations§
impl Freeze for GetVersionRequest
impl RefUnwindSafe for GetVersionRequest
impl Send for GetVersionRequest
impl Sync for GetVersionRequest
impl Unpin for GetVersionRequest
impl UnwindSafe for GetVersionRequest
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
)