#[repr(transparent)]pub struct UPluralRules(pub isize);Tuple Fields§
§0: isizeAuto Trait Implementations§
impl Freeze for UPluralRules
impl RefUnwindSafe for UPluralRules
impl Send for UPluralRules
impl Sync for UPluralRules
impl Unpin for UPluralRules
impl UnsafeUnpin for UPluralRules
impl UnwindSafe for UPluralRules
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