pub struct KitGenerator;Implementations§
Source§impl KitGenerator
impl KitGenerator
Trait Implementations§
Source§impl Debug for KitGenerator
impl Debug for KitGenerator
Source§impl Default for KitGenerator
impl Default for KitGenerator
Source§fn default() -> KitGenerator
fn default() -> KitGenerator
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for KitGenerator
impl RefUnwindSafe for KitGenerator
impl Send for KitGenerator
impl Sync for KitGenerator
impl Unpin for KitGenerator
impl UnsafeUnpin for KitGenerator
impl UnwindSafe for KitGenerator
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