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 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 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