pub struct MarianSourceLanguages;
Expand description
§Marian source languages pre-sets
Implementations§
Source§impl MarianSourceLanguages
impl MarianSourceLanguages
pub const ENGLISH2ROMANCE: [Language; 1]
pub const ENGLISH2GERMAN: [Language; 1]
pub const ENGLISH2RUSSIAN: [Language; 1]
pub const ENGLISH2DUTCH: [Language; 1]
pub const ENGLISH2CHINESE: [Language; 1]
pub const ENGLISH2SWEDISH: [Language; 1]
pub const ENGLISH2ARABIC: [Language; 1]
pub const ENGLISH2HINDI: [Language; 1]
pub const ENGLISH2HEBREW: [Language; 1]
pub const ROMANCE2ENGLISH: [Language; 7]
pub const GERMAN2ENGLISH: [Language; 1]
pub const RUSSIAN2ENGLISH: [Language; 1]
pub const DUTCH2ENGLISH: [Language; 1]
pub const CHINESE2ENGLISH: [Language; 1]
pub const SWEDISH2ENGLISH: [Language; 1]
pub const ARABIC2ENGLISH: [Language; 1]
pub const HINDI2ENGLISH: [Language; 1]
pub const HEBREW2ENGLISH: [Language; 1]
pub const FRENCH2GERMAN: [Language; 1]
pub const GERMAN2FRENCH: [Language; 1]
Auto Trait Implementations§
impl Freeze for MarianSourceLanguages
impl RefUnwindSafe for MarianSourceLanguages
impl Send for MarianSourceLanguages
impl Sync for MarianSourceLanguages
impl Unpin for MarianSourceLanguages
impl UnwindSafe for MarianSourceLanguages
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more