pub struct FontRoute { /* private fields */ }Available on crate feature
router only.Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for FontRoute
impl RefUnwindSafe for FontRoute
impl Send for FontRoute
impl Sync for FontRoute
impl Unpin for FontRoute
impl UnsafeUnpin for FontRoute
impl UnwindSafe for FontRoute
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