Struct rust_bert::models::marian::MarianModelPreset
source · pub struct MarianModelPreset;Expand description
Auto Trait Implementations§
impl RefUnwindSafe for MarianModelPreset
impl Send for MarianModelPreset
impl Sync for MarianModelPreset
impl Unpin for MarianModelPreset
impl UnwindSafe for MarianModelPreset
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