pub struct WorkspaceGeneratorsOpts<'a> {
pub include: Option<Vec<&'a str>>,
}Fields§
§include: Option<Vec<&'a str>>Only include generators matching the specified patterns
Trait Implementations§
Source§impl<'a> Debug for WorkspaceGeneratorsOpts<'a>
impl<'a> Debug for WorkspaceGeneratorsOpts<'a>
Source§impl<'a> PartialEq for WorkspaceGeneratorsOpts<'a>
impl<'a> PartialEq for WorkspaceGeneratorsOpts<'a>
impl<'a> StructuralPartialEq for WorkspaceGeneratorsOpts<'a>
Auto Trait Implementations§
impl<'a> Freeze for WorkspaceGeneratorsOpts<'a>
impl<'a> RefUnwindSafe for WorkspaceGeneratorsOpts<'a>
impl<'a> Send for WorkspaceGeneratorsOpts<'a>
impl<'a> Sync for WorkspaceGeneratorsOpts<'a>
impl<'a> Unpin for WorkspaceGeneratorsOpts<'a>
impl<'a> UnsafeUnpin for WorkspaceGeneratorsOpts<'a>
impl<'a> UnwindSafe for WorkspaceGeneratorsOpts<'a>
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