pub struct TestSpec;
Trait Implementations§
Source§impl GeneralQSSpec for TestSpec
impl GeneralQSSpec for TestSpec
Source§impl QuotingClassifier for TestSpec
impl QuotingClassifier for TestSpec
Source§fn classify_for_quoting(pcp: PartialCodePoint) -> QuotingClass
fn classify_for_quoting(pcp: PartialCodePoint) -> QuotingClass
Returns the “class” the partial code point belongs too Read more
impl Copy for TestSpec
Auto Trait Implementations§
impl Freeze for TestSpec
impl RefUnwindSafe for TestSpec
impl Send for TestSpec
impl Sync for TestSpec
impl Unpin for TestSpec
impl UnwindSafe for TestSpec
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