pub struct MultiscreenModelOutput {
pub token_ids: Vec<u32>,
}Fields§
§token_ids: Vec<u32>Auto Trait Implementations§
impl Freeze for MultiscreenModelOutput
impl RefUnwindSafe for MultiscreenModelOutput
impl Send for MultiscreenModelOutput
impl Sync for MultiscreenModelOutput
impl Unpin for MultiscreenModelOutput
impl UnsafeUnpin for MultiscreenModelOutput
impl UnwindSafe for MultiscreenModelOutput
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