pub struct GroupSettings {
pub other: Settings,
pub is_non_capture: bool,
}
Expand description
A set of meta extending Settings
struct by adding a property to determine if a group is capturing or not.
Fields§
§other: Settings
§is_non_capture: bool
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GroupSettings
impl RefUnwindSafe for GroupSettings
impl Send for GroupSettings
impl Sync for GroupSettings
impl Unpin for GroupSettings
impl UnwindSafe for GroupSettings
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