#[repr(transparent)]struct IanaTrieValue(usize);Tuple Fields§
§0: usizeImplementations§
Source§impl IanaTrieValue
impl IanaTrieValue
Trait Implementations§
Source§impl Clone for IanaTrieValue
impl Clone for IanaTrieValue
Source§fn clone(&self) -> IanaTrieValue
fn clone(&self) -> IanaTrieValue
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for IanaTrieValue
impl PartialEq for IanaTrieValue
Source§fn eq(&self, other: &IanaTrieValue) -> bool
fn eq(&self, other: &IanaTrieValue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for IanaTrieValue
impl Eq for IanaTrieValue
impl StructuralPartialEq for IanaTrieValue
Auto Trait Implementations§
impl Freeze for IanaTrieValue
impl RefUnwindSafe for IanaTrieValue
impl Send for IanaTrieValue
impl Sync for IanaTrieValue
impl Unpin for IanaTrieValue
impl UnsafeUnpin for IanaTrieValue
impl UnwindSafe for IanaTrieValue
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