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
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)