pub enum BfString {
Char(char),
String(String),
}Expand description
A Unicode value decoded from a cmap.
Variants§
Trait Implementations§
impl Eq for BfString
impl StructuralPartialEq for BfString
Auto Trait Implementations§
impl Freeze for BfString
impl RefUnwindSafe for BfString
impl Send for BfString
impl Sync for BfString
impl Unpin for BfString
impl UnsafeUnpin for BfString
impl UnwindSafe for BfString
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