pub struct Ligature {
pub id: usize,
pub regex: Option<String>,
pub code: Option<LigatureClosure>,
pub font_test: Option<FontTestClosure>,
pub matcher: Option<LigatureMatcher>,
}Fields§
§id: usize§regex: Option<String>§code: Option<LigatureClosure>§font_test: Option<FontTestClosure>§matcher: Option<LigatureMatcher>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Ligature
impl !Send for Ligature
impl !Sync for Ligature
impl !UnwindSafe for Ligature
impl Freeze for Ligature
impl Unpin for Ligature
impl UnsafeUnpin for Ligature
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