pub struct OwnedTranslation(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Clone for OwnedTranslation
impl Clone for OwnedTranslation
Source§fn clone(&self) -> OwnedTranslation
fn clone(&self) -> OwnedTranslation
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 moreSource§impl Debug for OwnedTranslation
impl Debug for OwnedTranslation
Source§impl PartialEq for OwnedTranslation
impl PartialEq for OwnedTranslation
impl StructuralPartialEq for OwnedTranslation
Auto Trait Implementations§
impl Freeze for OwnedTranslation
impl RefUnwindSafe for OwnedTranslation
impl Send for OwnedTranslation
impl Sync for OwnedTranslation
impl Unpin for OwnedTranslation
impl UnwindSafe for OwnedTranslation
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