pub struct CidRange { /* private fields */ }Expand description
A range of character codes mapped to CIDs.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CidRange
impl RefUnwindSafe for CidRange
impl Send for CidRange
impl Sync for CidRange
impl Unpin for CidRange
impl UnsafeUnpin for CidRange
impl UnwindSafe for CidRange
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