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