pub struct FlattenGroupsGuardCounts {
pub preserve_group_containing_declarative_command: usize,
pub preserve_group_in_script_base_slot: usize,
pub preserve_group_inside_env_body: usize,
pub preserve_group_containing_infix: usize,
pub preserve_group_adjacent_to_command_like: usize,
pub preserve_group_as_argument_of_command: usize,
pub preserve_group_after_scripted_command_like: usize,
pub preserve_empty_group: usize,
pub preserve_group_with_lone_atom_spacing_char: usize,
pub preserve_group_starting_with_atom_spacing_char: usize,
pub preserve_group_containing_delimited_pair: usize,
}Fields§
§preserve_group_containing_declarative_command: usize§preserve_group_in_script_base_slot: usize§preserve_group_inside_env_body: usize§preserve_group_containing_infix: usize§preserve_group_adjacent_to_command_like: usize§preserve_group_as_argument_of_command: usize§preserve_group_after_scripted_command_like: usize§preserve_empty_group: usize§preserve_group_with_lone_atom_spacing_char: usize§preserve_group_starting_with_atom_spacing_char: usize§preserve_group_containing_delimited_pair: usizeTrait Implementations§
Source§impl Clone for FlattenGroupsGuardCounts
impl Clone for FlattenGroupsGuardCounts
Source§fn clone(&self) -> FlattenGroupsGuardCounts
fn clone(&self) -> FlattenGroupsGuardCounts
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 moreSource§impl Debug for FlattenGroupsGuardCounts
impl Debug for FlattenGroupsGuardCounts
Source§impl Default for FlattenGroupsGuardCounts
impl Default for FlattenGroupsGuardCounts
Source§fn default() -> FlattenGroupsGuardCounts
fn default() -> FlattenGroupsGuardCounts
Returns the “default value” for a type. Read more
impl Eq for FlattenGroupsGuardCounts
Source§impl PartialEq for FlattenGroupsGuardCounts
impl PartialEq for FlattenGroupsGuardCounts
Source§fn eq(&self, other: &FlattenGroupsGuardCounts) -> bool
fn eq(&self, other: &FlattenGroupsGuardCounts) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FlattenGroupsGuardCounts
Auto Trait Implementations§
impl Freeze for FlattenGroupsGuardCounts
impl RefUnwindSafe for FlattenGroupsGuardCounts
impl Send for FlattenGroupsGuardCounts
impl Sync for FlattenGroupsGuardCounts
impl Unpin for FlattenGroupsGuardCounts
impl UnsafeUnpin for FlattenGroupsGuardCounts
impl UnwindSafe for FlattenGroupsGuardCounts
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.