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