#[repr(u64)]pub enum ParameterVarInt {
MaxRequestId = 2,
MaxAuthTokenCacheSize = 4,
Unknown(u64),
}Variants§
Trait Implementations§
Source§impl Clone for ParameterVarInt
impl Clone for ParameterVarInt
Source§fn clone(&self) -> ParameterVarInt
fn clone(&self) -> ParameterVarInt
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParameterVarInt
impl Debug for ParameterVarInt
Source§impl From<ParameterVarInt> for u64
impl From<ParameterVarInt> for u64
Source§fn from(enum_value: ParameterVarInt) -> Self
fn from(enum_value: ParameterVarInt) -> Self
Converts to this type from the input type.
Source§impl From<u64> for ParameterVarInt
impl From<u64> for ParameterVarInt
Source§impl FromPrimitive for ParameterVarInt
impl FromPrimitive for ParameterVarInt
Source§impl Hash for ParameterVarInt
impl Hash for ParameterVarInt
Source§impl PartialEq for ParameterVarInt
impl PartialEq for ParameterVarInt
impl Copy for ParameterVarInt
impl Eq for ParameterVarInt
impl StructuralPartialEq for ParameterVarInt
Auto Trait Implementations§
impl Freeze for ParameterVarInt
impl RefUnwindSafe for ParameterVarInt
impl Send for ParameterVarInt
impl Sync for ParameterVarInt
impl Unpin for ParameterVarInt
impl UnwindSafe for ParameterVarInt
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)