Struct candle_transformers::models::moondream::VisionConfig   
source · pub struct VisionConfig { /* private fields */ }Implementations§
source§impl VisionConfig
 
impl VisionConfig
Trait Implementations§
source§impl Clone for VisionConfig
 
impl Clone for VisionConfig
source§fn clone(&self) -> VisionConfig
 
fn clone(&self) -> VisionConfig
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 VisionConfig
 
impl Debug for VisionConfig
source§impl<'de> Deserialize<'de> for VisionConfig
 
impl<'de> Deserialize<'de> for VisionConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for VisionConfig
 
impl PartialEq for VisionConfig
source§fn eq(&self, other: &VisionConfig) -> bool
 
fn eq(&self, other: &VisionConfig) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for VisionConfig
Auto Trait Implementations§
impl Freeze for VisionConfig
impl RefUnwindSafe for VisionConfig
impl Send for VisionConfig
impl Sync for VisionConfig
impl Unpin for VisionConfig
impl UnwindSafe for VisionConfig
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