Struct PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE
#[repr(transparent)]pub struct PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
§impl Clone for PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE
impl Clone for PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE
§fn clone(&self) -> PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE
fn clone(&self) -> PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE
Returns a copy 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 more§impl Default for PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE
impl Default for PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE
§fn default() -> PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE
fn default() -> PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE
Returns the “default value” for a type. Read more
§impl PartialEq for PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE
impl PartialEq for PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE
§fn eq(
&self,
other: &PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE,
) -> bool
fn eq( &self, other: &PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE
impl Eq for PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE
impl StructuralPartialEq for PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE
Auto Trait Implementations§
impl Freeze for PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE
impl RefUnwindSafe for PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE
impl Send for PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE
impl Sync for PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE
impl Unpin for PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE
impl UnwindSafe for PEERDIST_RETRIEVAL_OPTIONS_CONTENTINFO_VERSION_VALUE
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