pub struct TranslationGroups(/* private fields */);Expand description
A container for translation groups.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TranslationGroups
impl RefUnwindSafe for TranslationGroups
impl Send for TranslationGroups
impl Sync for TranslationGroups
impl Unpin for TranslationGroups
impl UnwindSafe for TranslationGroups
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