pub struct UnspecifiedIntermediateTranslationTable;
Expand description
Any intermediate translation table capability.
Trait Implementations§
Source§impl Clone for UnspecifiedIntermediateTranslationTable
impl Clone for UnspecifiedIntermediateTranslationTable
Source§fn clone(&self) -> UnspecifiedIntermediateTranslationTable
fn clone(&self) -> UnspecifiedIntermediateTranslationTable
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UnspecifiedIntermediateTranslationTable
impl Debug for UnspecifiedIntermediateTranslationTable
Source§impl Hash for UnspecifiedIntermediateTranslationTable
impl Hash for UnspecifiedIntermediateTranslationTable
Source§impl Ord for UnspecifiedIntermediateTranslationTable
impl Ord for UnspecifiedIntermediateTranslationTable
Source§fn cmp(&self, other: &UnspecifiedIntermediateTranslationTable) -> Ordering
fn cmp(&self, other: &UnspecifiedIntermediateTranslationTable) -> Ordering
1.21.0§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UnspecifiedIntermediateTranslationTable
impl PartialEq for UnspecifiedIntermediateTranslationTable
Source§fn eq(&self, other: &UnspecifiedIntermediateTranslationTable) -> bool
fn eq(&self, other: &UnspecifiedIntermediateTranslationTable) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for UnspecifiedIntermediateTranslationTable
impl PartialOrd for UnspecifiedIntermediateTranslationTable
Source§fn partial_cmp(
&self,
other: &UnspecifiedIntermediateTranslationTable,
) -> Option<Ordering>
fn partial_cmp( &self, other: &UnspecifiedIntermediateTranslationTable, ) -> Option<Ordering>
impl Copy for UnspecifiedIntermediateTranslationTable
impl Eq for UnspecifiedIntermediateTranslationTable
impl StructuralPartialEq for UnspecifiedIntermediateTranslationTable
Auto Trait Implementations§
impl Freeze for UnspecifiedIntermediateTranslationTable
impl RefUnwindSafe for UnspecifiedIntermediateTranslationTable
impl Send for UnspecifiedIntermediateTranslationTable
impl Sync for UnspecifiedIntermediateTranslationTable
impl Unpin for UnspecifiedIntermediateTranslationTable
impl UnwindSafe for UnspecifiedIntermediateTranslationTable
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)