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§

source

fn is_unique(&self) -> bool

source

fn is_ordered(&self) -> bool

source

fn is_composite(&self) -> bool

source

fn is_end(&self) -> bool

source

fn is_derived(&self) -> bool

source

fn is_readonly(&self) -> bool

source

fn is_portion(&self) -> bool

Object Safety§

This trait is not object safe.

Implementors§