Struct UCPTrieType
#[repr(transparent)]pub struct UCPTrieType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for UCPTrieType
impl Clone for UCPTrieType
§fn clone(&self) -> UCPTrieType
fn clone(&self) -> UCPTrieType
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 Debug for UCPTrieType
impl Debug for UCPTrieType
§impl Default for UCPTrieType
impl Default for UCPTrieType
§fn default() -> UCPTrieType
fn default() -> UCPTrieType
Returns the “default value” for a type. Read more
§impl PartialEq for UCPTrieType
impl PartialEq for UCPTrieType
impl Copy for UCPTrieType
impl Eq for UCPTrieType
impl StructuralPartialEq for UCPTrieType
Auto Trait Implementations§
impl Freeze for UCPTrieType
impl RefUnwindSafe for UCPTrieType
impl Send for UCPTrieType
impl Sync for UCPTrieType
impl Unpin for UCPTrieType
impl UnwindSafe for UCPTrieType
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