pub struct GlyCreator { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for GlyCreator
impl RefUnwindSafe for GlyCreator
impl !Send for GlyCreator
impl !Sync for GlyCreator
impl !Unpin for GlyCreator
impl UnwindSafe for GlyCreator
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