pub(crate) enum Charset<'a> {
ISOAdobe,
Expert,
ExpertSubset,
Format0(LazyArray16<'a, StringId>),
Format1(LazyArray16<'a, Format1Range>),
Format2(LazyArray16<'a, Format2Range>),
}
Variants§
ISOAdobe
Expert
ExpertSubset
Format0(LazyArray16<'a, StringId>)
Format1(LazyArray16<'a, Format1Range>)
Format2(LazyArray16<'a, Format2Range>)
Implementations§
Trait Implementations§
impl<'a> Copy for Charset<'a>
Auto Trait Implementations§
impl<'a> Freeze for Charset<'a>
impl<'a> RefUnwindSafe for Charset<'a>
impl<'a> Send for Charset<'a>
impl<'a> Sync for Charset<'a>
impl<'a> Unpin for Charset<'a>
impl<'a> UnwindSafe for Charset<'a>
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