Struct fluvio_smartmodule::dataplane::core::link::versions::ApiVersionsResponse
source · pub struct ApiVersionsResponse {
pub error_code: ErrorCode,
pub api_keys: Vec<ApiVersionKey, Global>,
pub platform_version: PlatformVersion,
}Fields§
§error_code: ErrorCode§api_keys: Vec<ApiVersionKey, Global>§platform_version: PlatformVersionTrait Implementations§
source§impl Debug for ApiVersionsResponse
impl Debug for ApiVersionsResponse
source§impl Decoder for ApiVersionsResponse
impl Decoder for ApiVersionsResponse
source§impl Default for ApiVersionsResponse
impl Default for ApiVersionsResponse
source§fn default() -> ApiVersionsResponse
fn default() -> ApiVersionsResponse
Returns the “default value” for a type. Read more
source§impl Encoder for ApiVersionsResponse
impl Encoder for ApiVersionsResponse
source§impl PartialEq<ApiVersionsResponse> for ApiVersionsResponse
impl PartialEq<ApiVersionsResponse> for ApiVersionsResponse
source§fn eq(&self, other: &ApiVersionsResponse) -> bool
fn eq(&self, other: &ApiVersionsResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ApiVersionsResponse
impl StructuralEq for ApiVersionsResponse
impl StructuralPartialEq for ApiVersionsResponse
Auto Trait Implementations§
impl RefUnwindSafe for ApiVersionsResponse
impl Send for ApiVersionsResponse
impl Sync for ApiVersionsResponse
impl Unpin for ApiVersionsResponse
impl UnwindSafe for ApiVersionsResponse
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