pub trait IRefineRingResult1WindowMethods: IRefineRingResult1Window {
// Provided methods
fn destroy(self) { ... }
fn ctor(self) { ... }
fn is_opening(self) -> bool { ... }
fn close(self) { ... }
fn is_closing(self) -> bool { ... }
fn set_data(self, ring_data: impl Into<RingData>, is_new: impl Into<bool>) { ... }
}Provided Methods§
Sourcefn is_opening(self) -> bool
fn is_opening(self) -> bool
IsOpening() overload
Sourcefn is_closing(self) -> bool
fn is_closing(self) -> bool
IsClosing() overload
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<__T: IRefineRingResult1Window> IRefineRingResult1WindowMethods for __T
Available on crate feature
app-refineringresult1window only.