#[repr(C)]pub struct RangeValueRuleType {
pub type_id: String,
pub values: UniquePtr<CxxVector<RangeValueRuleRange>>,
}Expand description
Shared struct for pairs in a RangeValueRules collection.
- key: Rule type ids.
- value: Range Values. This is needed because maps can’t be bound directly.
Fields§
§type_id: String§values: UniquePtr<CxxVector<RangeValueRuleRange>>Trait Implementations§
Source§impl ExternType for RangeValueRuleType
impl ExternType for RangeValueRuleType
impl VectorElement for RangeValueRuleType
Auto Trait Implementations§
impl Freeze for RangeValueRuleType
impl RefUnwindSafe for RangeValueRuleType
impl !Send for RangeValueRuleType
impl !Sync for RangeValueRuleType
impl Unpin for RangeValueRuleType
impl UnwindSafe for RangeValueRuleType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more