Struct icu_timezone::ids::IanaTrieValue
source · #[repr(transparent)]struct IanaTrieValue(usize);
Tuple Fields§
§0: usize
Implementations§
source§impl IanaTrieValue
impl IanaTrieValue
pub(crate) fn to_canonical(self) -> Self
pub(crate) fn canonical_for_index(index: usize) -> Self
pub(crate) fn index(self) -> usize
pub(crate) fn is_canonical(self) -> bool
Trait Implementations§
source§impl Clone for IanaTrieValue
impl Clone for IanaTrieValue
source§fn clone(&self) -> IanaTrieValue
fn clone(&self) -> IanaTrieValue
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 moresource§impl PartialEq for IanaTrieValue
impl PartialEq for IanaTrieValue
source§fn eq(&self, other: &IanaTrieValue) -> bool
fn eq(&self, other: &IanaTrieValue) -> bool
This method 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 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