Trait sep2_common::traits::SEUsagePointBase
source · pub trait SEUsagePointBase: SEIdentifiedObject {
// Required methods
fn role_flags(&self) -> RoleFlagsType;
fn service_category_kind(&self) -> ServiceKind;
}
Available on crate feature
metering_mirror
only.Expand description
Implemented by all types whose base type is UsagePointBase
Required Methods§
fn role_flags(&self) -> RoleFlagsType
fn service_category_kind(&self) -> ServiceKind
Implementors§
impl SEUsagePointBase for UsagePoint
Available on crate feature
metering
only.