Struct fluvio_smartmodule::dataplane::core::link::versions::ApiVersionsRequest
source · [−]pub struct ApiVersionsRequest {
pub client_version: String,
pub client_os: String,
pub client_arch: String,
}Fields
client_version: Stringclient_os: Stringclient_arch: StringTrait Implementations
sourceimpl Debug for ApiVersionsRequest
impl Debug for ApiVersionsRequest
sourceimpl Decoder for ApiVersionsRequest
impl Decoder for ApiVersionsRequest
sourceimpl Default for ApiVersionsRequest
impl Default for ApiVersionsRequest
sourcefn default() -> ApiVersionsRequest
fn default() -> ApiVersionsRequest
Returns the “default value” for a type. Read more
sourceimpl Encoder for ApiVersionsRequest
impl Encoder for ApiVersionsRequest
sourceimpl Request for ApiVersionsRequest
impl Request for ApiVersionsRequest
const API_KEY: u16 = 18u16
const DEFAULT_API_VERSION: i16 = 2i16
type Response = ApiVersionsResponse
const MIN_API_VERSION: i16 = max(Self::DEFAULT_API_VERSION - 1, 0)
const MAX_API_VERSION: i16 = Self::DEFAULT_API_VERSION
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more