Struct rust_bert::models::pegasus::PegasusVocabResources
source · pub struct PegasusVocabResources;Expand description
Implementations§
source§impl PegasusVocabResources
impl PegasusVocabResources
sourcepub const CNN_DAILYMAIL: (&'static str, &'static str) = _
pub const CNN_DAILYMAIL: (&'static str, &'static str) = _
Shared under Apache 2.0 license by the Pegasus team at https://huggingface.co/google/pegasus-cnn_dailymail.
Auto Trait Implementations§
impl RefUnwindSafe for PegasusVocabResources
impl Send for PegasusVocabResources
impl Sync for PegasusVocabResources
impl Unpin for PegasusVocabResources
impl UnwindSafe for PegasusVocabResources
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