Struct rasn_compiler::intermediate::constraints::PropertySettings
source · pub struct PropertySettings {
pub property_settings_list: Vec<PropertyAndSettingsPair>,
}
Expand description
Representation of a property settings constraint See: ITU-T X.680 (02/2021) 51.10
Fields§
§property_settings_list: Vec<PropertyAndSettingsPair>
Trait Implementations§
source§impl Clone for PropertySettings
impl Clone for PropertySettings
source§fn clone(&self) -> PropertySettings
fn clone(&self) -> PropertySettings
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PropertySettings
impl Debug for PropertySettings
source§impl PartialEq for PropertySettings
impl PartialEq for PropertySettings
source§fn eq(&self, other: &PropertySettings) -> bool
fn eq(&self, other: &PropertySettings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PropertySettings
Auto Trait Implementations§
impl RefUnwindSafe for PropertySettings
impl Send for PropertySettings
impl Sync for PropertySettings
impl Unpin for PropertySettings
impl UnwindSafe for PropertySettings
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