Struct rasn_compiler::intermediate::encoding_rules::per_visible::PerVisibleAlphabetConstraints
source · pub struct PerVisibleAlphabetConstraints { /* private fields */ }
Implementations§
source§impl PerVisibleAlphabetConstraints
impl PerVisibleAlphabetConstraints
pub fn try_new( constraint: &Constraint, string_type: CharacterStringType ) -> Result<Option<Self>, GrammarError>
pub fn charset_subsets(&self) -> &Vec<CharsetSubset>
pub fn finalize(&mut self)
pub fn default_for(string_type: CharacterStringType) -> Self
Trait Implementations§
source§impl AddAssign<&mut PerVisibleAlphabetConstraints> for PerVisibleAlphabetConstraints
impl AddAssign<&mut PerVisibleAlphabetConstraints> for PerVisibleAlphabetConstraints
source§fn add_assign(&mut self, rhs: &mut PerVisibleAlphabetConstraints)
fn add_assign(&mut self, rhs: &mut PerVisibleAlphabetConstraints)
Performs the
+=
operation. Read moresource§impl PartialEq for PerVisibleAlphabetConstraints
impl PartialEq for PerVisibleAlphabetConstraints
source§fn eq(&self, other: &PerVisibleAlphabetConstraints) -> bool
fn eq(&self, other: &PerVisibleAlphabetConstraints) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PerVisibleAlphabetConstraints
Auto Trait Implementations§
impl RefUnwindSafe for PerVisibleAlphabetConstraints
impl Send for PerVisibleAlphabetConstraints
impl Sync for PerVisibleAlphabetConstraints
impl Unpin for PerVisibleAlphabetConstraints
impl UnwindSafe for PerVisibleAlphabetConstraints
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