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