pub struct UnquotedDotAtomTextValidator { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for UnquotedDotAtomTextValidator
impl Clone for UnquotedDotAtomTextValidator
Source§fn clone(&self) -> UnquotedDotAtomTextValidator
fn clone(&self) -> UnquotedDotAtomTextValidator
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 UnquotedDotAtomTextValidator
impl Debug for UnquotedDotAtomTextValidator
Source§impl Hash for UnquotedDotAtomTextValidator
impl Hash for UnquotedDotAtomTextValidator
Source§impl PartialEq for UnquotedDotAtomTextValidator
impl PartialEq for UnquotedDotAtomTextValidator
Source§fn eq(&self, other: &UnquotedDotAtomTextValidator) -> bool
fn eq(&self, other: &UnquotedDotAtomTextValidator) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl WithoutQuotingValidator for UnquotedDotAtomTextValidator
impl WithoutQuotingValidator for UnquotedDotAtomTextValidator
Source§fn next(&mut self, pcp: PartialCodePoint) -> bool
fn next(&mut self, pcp: PartialCodePoint) -> bool
if next returns false, it’s (self) state should NOT be modified
i.e. calling .end() after next(..) and returning false corresponds
to the input sequence until next(..) was false, not including
the
pcp
from the last next
callimpl Copy for UnquotedDotAtomTextValidator
impl Eq for UnquotedDotAtomTextValidator
impl StructuralPartialEq for UnquotedDotAtomTextValidator
Auto Trait Implementations§
impl Freeze for UnquotedDotAtomTextValidator
impl RefUnwindSafe for UnquotedDotAtomTextValidator
impl Send for UnquotedDotAtomTextValidator
impl Sync for UnquotedDotAtomTextValidator
impl Unpin for UnquotedDotAtomTextValidator
impl UnwindSafe for UnquotedDotAtomTextValidator
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