#[repr(u64)]pub enum ParameterBytes {
Path = 1,
AuthorizationToken = 3,
Authority = 5,
Implementation = 7,
Unknown(u64),
}Variants§
Trait Implementations§
Source§impl Clone for ParameterBytes
impl Clone for ParameterBytes
Source§fn clone(&self) -> ParameterBytes
fn clone(&self) -> ParameterBytes
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 ParameterBytes
impl Debug for ParameterBytes
Source§impl From<ParameterBytes> for u64
impl From<ParameterBytes> for u64
Source§fn from(enum_value: ParameterBytes) -> Self
fn from(enum_value: ParameterBytes) -> Self
Converts to this type from the input type.
Source§impl From<u64> for ParameterBytes
impl From<u64> for ParameterBytes
Source§impl FromPrimitive for ParameterBytes
impl FromPrimitive for ParameterBytes
Source§impl Hash for ParameterBytes
impl Hash for ParameterBytes
Source§impl PartialEq for ParameterBytes
impl PartialEq for ParameterBytes
impl Copy for ParameterBytes
impl Eq for ParameterBytes
impl StructuralPartialEq for ParameterBytes
Auto Trait Implementations§
impl Freeze for ParameterBytes
impl RefUnwindSafe for ParameterBytes
impl Send for ParameterBytes
impl Sync for ParameterBytes
impl Unpin for ParameterBytes
impl UnwindSafe for ParameterBytes
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)