Struct comfyui_api::api::view::ViewApi
source · pub struct ViewApi { /* private fields */ }
Expand description
Struct representing a connection to the ComfyUI API view
endpoint.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ViewApi
impl !RefUnwindSafe for ViewApi
impl Send for ViewApi
impl Sync for ViewApi
impl Unpin for ViewApi
impl !UnwindSafe for ViewApi
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