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