pub struct PluralForms { /* private fields */ }Expand description
Decoded information from the header Plural-Forms
Implementations§
Trait Implementations§
Source§impl Clone for PluralForms
impl Clone for PluralForms
Source§fn clone(&self) -> PluralForms
fn clone(&self) -> PluralForms
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PluralForms
impl RefUnwindSafe for PluralForms
impl Send for PluralForms
impl Sync for PluralForms
impl Unpin for PluralForms
impl UnsafeUnpin for PluralForms
impl UnwindSafe for PluralForms
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