Struct stablediffusion_wgpu::model::clip::CLIPConfig
source · pub struct CLIPConfig { /* private fields */ }Implementations§
source§impl CLIPConfig
impl CLIPConfig
Trait Implementations§
source§impl Clone for CLIPConfig
impl Clone for CLIPConfig
source§impl Config for CLIPConfig
impl Config for CLIPConfig
source§impl<'de> Deserialize<'de> for CLIPConfig
impl<'de> Deserialize<'de> for CLIPConfig
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 Display for CLIPConfig
impl Display for CLIPConfig
Auto Trait Implementations§
impl RefUnwindSafe for CLIPConfig
impl Send for CLIPConfig
impl Sync for CLIPConfig
impl Unpin for CLIPConfig
impl UnwindSafe for CLIPConfig
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