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