pub struct MockTextGenerator;Trait Implementations§
Auto Trait Implementations§
impl Freeze for MockTextGenerator
impl RefUnwindSafe for MockTextGenerator
impl Send for MockTextGenerator
impl Sync for MockTextGenerator
impl Unpin for MockTextGenerator
impl UnwindSafe for MockTextGenerator
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