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