pub struct ApiVersionsRequest {
pub client_software_name: String,
pub client_software_version: String,
pub unknown_tagged_fields: Vec<RawTaggedField>,
}
Fields§
§client_software_name: String
The name of the client.
client_software_version: String
The version of the client.
unknown_tagged_fields: Vec<RawTaggedField>
Unknown tagged fields.
Trait Implementations§
Source§impl Clone for ApiVersionsRequest
impl Clone for ApiVersionsRequest
Source§fn clone(&self) -> ApiVersionsRequest
fn clone(&self) -> ApiVersionsRequest
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 ApiVersionsRequest
impl Debug for ApiVersionsRequest
Source§impl Decodable for ApiVersionsRequest
impl Decodable for ApiVersionsRequest
Source§impl Default for ApiVersionsRequest
impl Default for ApiVersionsRequest
Source§fn default() -> ApiVersionsRequest
fn default() -> ApiVersionsRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ApiVersionsRequest
impl RefUnwindSafe for ApiVersionsRequest
impl Send for ApiVersionsRequest
impl Sync for ApiVersionsRequest
impl Unpin for ApiVersionsRequest
impl UnwindSafe for ApiVersionsRequest
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