pub struct ApiVersionKey {
pub api_key: i16,
pub min_version: i16,
pub max_version: i16,
}Fields§
§api_key: i16§min_version: i16§max_version: i16Trait Implementations§
Source§impl Clone for ApiVersionKey
impl Clone for ApiVersionKey
Source§fn clone(&self) -> ApiVersionKey
fn clone(&self) -> ApiVersionKey
Returns a duplicate 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 ApiVersionKey
impl Debug for ApiVersionKey
Source§impl Decoder for ApiVersionKey
impl Decoder for ApiVersionKey
Source§impl Default for ApiVersionKey
impl Default for ApiVersionKey
Source§fn default() -> ApiVersionKey
fn default() -> ApiVersionKey
Returns the “default value” for a type. Read more
Source§impl Encoder for ApiVersionKey
impl Encoder for ApiVersionKey
Source§impl PartialEq for ApiVersionKey
impl PartialEq for ApiVersionKey
impl StructuralPartialEq for ApiVersionKey
Auto Trait Implementations§
impl Freeze for ApiVersionKey
impl RefUnwindSafe for ApiVersionKey
impl Send for ApiVersionKey
impl Sync for ApiVersionKey
impl Unpin for ApiVersionKey
impl UnwindSafe for ApiVersionKey
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