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