pub struct TextLMHeadModel { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for TextLMHeadModel
impl Clone for TextLMHeadModel
source§fn clone(&self) -> TextLMHeadModel
fn clone(&self) -> TextLMHeadModel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for TextLMHeadModel
impl !RefUnwindSafe for TextLMHeadModel
impl Send for TextLMHeadModel
impl Sync for TextLMHeadModel
impl Unpin for TextLMHeadModel
impl !UnwindSafe for TextLMHeadModel
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