Struct frui::app::TextFactory
source · [−]pub struct TextFactory(_);Implementations
Auto Trait Implementations
impl !Immutable for TextFactory
impl !RefUnwindSafe for TextFactory
impl Send for TextFactory
impl !Sync for TextFactory
impl Unpin for TextFactory
impl UnwindSafe for TextFactory
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more