Struct stable_diffusion_bot::StableDiffusionBot
source · pub struct StableDiffusionBot { /* private fields */ }
Expand description
Struct to run a StableDiffusionBot
Implementations§
Trait Implementations§
source§impl Clone for StableDiffusionBot
impl Clone for StableDiffusionBot
source§fn clone(&self) -> StableDiffusionBot
fn clone(&self) -> StableDiffusionBot
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for StableDiffusionBot
impl !RefUnwindSafe for StableDiffusionBot
impl Send for StableDiffusionBot
impl Sync for StableDiffusionBot
impl Unpin for StableDiffusionBot
impl !UnwindSafe for StableDiffusionBot
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