Struct rust_bert::models::pegasus::PegasusConfigResources
source · pub struct PegasusConfigResources;Expand description
Implementations§
source§impl PegasusConfigResources
impl PegasusConfigResources
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 PegasusConfigResources
impl Send for PegasusConfigResources
impl Sync for PegasusConfigResources
impl Unpin for PegasusConfigResources
impl UnwindSafe for PegasusConfigResources
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