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