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
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PerVisibleAlphabetConstraints
Auto Trait Implementations§
impl Freeze for PerVisibleAlphabetConstraints
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