Struct rust_bert::models::mbart::MBartSourceLanguages
source · pub struct MBartSourceLanguages;
Expand description
Implementations§
source§impl MBartSourceLanguages
impl MBartSourceLanguages
pub const MBART50_MANY_TO_MANY: [Language; 51] = _
Auto Trait Implementations§
impl RefUnwindSafe for MBartSourceLanguages
impl Send for MBartSourceLanguages
impl Sync for MBartSourceLanguages
impl Unpin for MBartSourceLanguages
impl UnwindSafe for MBartSourceLanguages
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