Struct candle_transformers::models::blip::VisionModel   
source · pub struct VisionModel { /* private fields */ }Trait Implementations§
source§impl Clone for VisionModel
 
impl Clone for VisionModel
source§fn clone(&self) -> VisionModel
 
fn clone(&self) -> VisionModel
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 moresource§impl Debug for VisionModel
 
impl Debug for VisionModel
Auto Trait Implementations§
impl Freeze for VisionModel
impl !RefUnwindSafe for VisionModel
impl Send for VisionModel
impl Sync for VisionModel
impl Unpin for VisionModel
impl !UnwindSafe for VisionModel
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