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§
Sourcefn get_is_valid(self) -> bool
fn get_is_valid(self) -> bool
get_IsValid() 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: ISortieEntrustScore_Result> ISortieEntrustScore_ResultMethods for __T
Available on crate feature
app-sortieentrustscore only.