Skip to main content

IRefineRingResult1WindowMethods

Trait IRefineRingResult1WindowMethods 

Source
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§

Source

fn destroy(self)

Destroy() overload

Source

fn ctor(self)

.ctor() overload

Source

fn is_opening(self) -> bool

IsOpening() overload

Source

fn close(self)

Close() overload

Source

fn is_closing(self) -> bool

IsClosing() overload

Source

fn set_data(self, ring_data: impl Into<RingData>, is_new: impl Into<bool>)

SetData(crate::app::ringdata::RingData, bool) 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§

Source§

impl<__T: IRefineRingResult1Window> IRefineRingResult1WindowMethods for __T

Available on crate feature app-refineringresult1window only.