Skip to main content

ISortieEntrustScore_ResultMethods

Trait ISortieEntrustScore_ResultMethods 

Source
pub trait ISortieEntrustScore_ResultMethods: ISortieEntrustScore_Result {
    // Provided methods
    fn clear(self) { ... }
    fn set(self, score: impl Into<i32>) { ... }
    fn get_is_valid(self) -> bool { ... }
    fn get_score(self) -> i32 { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn clear(self)

Clear() overload

Source

fn set(self, score: impl Into<i32>)

Set(i32) overload

Source

fn get_is_valid(self) -> bool

get_IsValid() overload

Source

fn get_score(self) -> i32

get_Score() overload

Source

fn ctor(self)

.ctor() 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: ISortieEntrustScore_Result> ISortieEntrustScore_ResultMethods for __T

Available on crate feature app-sortieentrustscore only.