Struct libchisel::remapimports::Translations
source · pub struct Translations { /* private fields */ }Trait Implementations
sourceimpl Default for Translations
impl Default for Translations
sourcefn default() -> Translations
fn default() -> Translations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for Translations
impl Send for Translations
impl Sync for Translations
impl Unpin for Translations
impl UnwindSafe for Translations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more