Trait sysml_model::Feature
source · pub trait Feature: Type {
// Provided methods
fn is_unique(&self) -> bool { ... }
fn is_ordered(&self) -> bool { ... }
fn is_composite(&self) -> bool { ... }
fn is_end(&self) -> bool { ... }
fn is_derived(&self) -> bool { ... }
fn is_readonly(&self) -> bool { ... }
fn is_portion(&self) -> bool { ... }
}
Provided Methods§
fn is_unique(&self) -> bool
fn is_ordered(&self) -> bool
fn is_composite(&self) -> bool
fn is_end(&self) -> bool
fn is_derived(&self) -> bool
fn is_readonly(&self) -> bool
fn is_portion(&self) -> bool
Object Safety§
This trait is not object safe.