pub(crate) enum ShaperCoverageKind {
Script,
Default,
}
Variants§
Script
Shaper coverage that traverses a specific script.
Default
Shaper coverage that also includes the Dflt
script.
This is used as a catch all after all styles are processed.
Trait Implementations§
Source§impl Clone for ShaperCoverageKind
impl Clone for ShaperCoverageKind
Source§fn clone(&self) -> ShaperCoverageKind
fn clone(&self) -> ShaperCoverageKind
Returns a duplicate 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 ShaperCoverageKind
impl Debug for ShaperCoverageKind
Source§impl PartialEq for ShaperCoverageKind
impl PartialEq for ShaperCoverageKind
impl Copy for ShaperCoverageKind
impl Eq for ShaperCoverageKind
impl StructuralPartialEq for ShaperCoverageKind
Auto Trait Implementations§
impl Freeze for ShaperCoverageKind
impl RefUnwindSafe for ShaperCoverageKind
impl Send for ShaperCoverageKind
impl Sync for ShaperCoverageKind
impl Unpin for ShaperCoverageKind
impl UnwindSafe for ShaperCoverageKind
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