pub struct Translation { /* private fields */ }Trait Implementations§
Source§impl Clone for Translation
Available on crate feature std only.
impl Clone for Translation
Available on crate feature
std only.Source§fn clone(&self) -> Translation
fn clone(&self) -> Translation
Returns a duplicate 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 Translation
Available on crate feature std only.
impl Debug for Translation
Available on crate feature
std only.Source§impl PartialEq for Translation
Available on crate feature std only.
impl PartialEq for Translation
Available on crate feature
std only.impl Eq for Translation
Available on crate feature
std only.impl StructuralPartialEq for Translation
Available on crate feature
std only.Auto Trait Implementations§
impl Freeze for Translation
impl RefUnwindSafe for Translation
impl Send for Translation
impl Sync for Translation
impl Unpin for Translation
impl UnsafeUnpin for Translation
impl UnwindSafe for Translation
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