pub struct ClauseRegistry { /* private fields */ }
Implementations§
Source§impl ClauseRegistry
impl ClauseRegistry
pub fn builder() -> ClauseRegistryBuilder
pub fn with_case_insensitive(self, enabled: bool) -> Self
pub fn parse_sequence<'a>( &self, input: &'a str, ) -> IResult<&'a str, Vec<Clause<'a>>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClauseRegistry
impl RefUnwindSafe for ClauseRegistry
impl Send for ClauseRegistry
impl Sync for ClauseRegistry
impl Unpin for ClauseRegistry
impl UnwindSafe for ClauseRegistry
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