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