☰
RichChar
rustfmt_nightly
1.75.0-dev
RichChar
Required Methods
get_char
Implementations on Foreign Types
(usize, char)
char
Implementors
In rustfmt_nightly::comment
Structs
CharClasses
CommentCodeSlices
CommentReducer
CommentRewrite
ItemizedBlock
LineClasses
REFERENCE_LINK_URL
UngroupedCommentCodeSlices
Enums
CharClassesStatus
CodeBlockAttribute
CodeCharKind
CommentStyle
FullCodeCharKind
Constants
RUSTFMT_CUSTOM_COMMENT_PREFIX
Traits
FindUncommented
RichChar
Functions
changed_comment_content
combine_strs_with_missing_comments
comment_style
contains_comment
custom_opener
filter_normal_code
find_comment_end
has_url
hide_sharp_behind_comment
identify_comment
is_custom_comment
is_last_comment_block
is_raw_string_suffix
is_table_item
itemized_block_quote_start
left_trim_comment_line
light_rewrite_comment
recover_comment_removed
recover_missing_comment_in_span
remove_comment_header
rewrite_comment
rewrite_comment_inner
rewrite_doc_comment
rewrite_missing_comment
trim_custom_comment_prefix
trim_end_unless_two_whitespaces
?
Trait
rustfmt_nightly
::
comment
::
RichChar
source
·
[
−
]
pub(crate) trait RichChar { // Required method fn
get_char
(&self) ->
char
; }
Required Methods
§
source
fn
get_char
(&self) ->
char
Implementations on Foreign Types
§
source
§
impl
RichChar
for (
usize
,
char
)
source
§
fn
get_char
(&self) ->
char
source
§
impl
RichChar
for
char
source
§
fn
get_char
(&self) ->
char
Implementors
§