pub struct CurrentModuleGeneratorsOpts<'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 CurrentModuleGeneratorsOpts<'a>
impl<'a> Debug for CurrentModuleGeneratorsOpts<'a>
Source§impl<'a> PartialEq for CurrentModuleGeneratorsOpts<'a>
impl<'a> PartialEq for CurrentModuleGeneratorsOpts<'a>
Source§fn eq(&self, other: &CurrentModuleGeneratorsOpts<'a>) -> bool
fn eq(&self, other: &CurrentModuleGeneratorsOpts<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'a> StructuralPartialEq for CurrentModuleGeneratorsOpts<'a>
Auto Trait Implementations§
impl<'a> Freeze for CurrentModuleGeneratorsOpts<'a>
impl<'a> RefUnwindSafe for CurrentModuleGeneratorsOpts<'a>
impl<'a> Send for CurrentModuleGeneratorsOpts<'a>
impl<'a> Sync for CurrentModuleGeneratorsOpts<'a>
impl<'a> Unpin for CurrentModuleGeneratorsOpts<'a>
impl<'a> UnsafeUnpin for CurrentModuleGeneratorsOpts<'a>
impl<'a> UnwindSafe for CurrentModuleGeneratorsOpts<'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