pub struct GeneratorPreview {
pub generator: String,
pub category: String,
pub values: Vec<String>,
}Expand description
The values produced by one generator, for the preview section.
Fields§
§generator: String§category: String§values: Vec<String>Trait Implementations§
Source§impl Clone for GeneratorPreview
impl Clone for GeneratorPreview
Source§fn clone(&self) -> GeneratorPreview
fn clone(&self) -> GeneratorPreview
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GeneratorPreview
impl RefUnwindSafe for GeneratorPreview
impl Send for GeneratorPreview
impl Sync for GeneratorPreview
impl Unpin for GeneratorPreview
impl UnsafeUnpin for GeneratorPreview
impl UnwindSafe for GeneratorPreview
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