pub enum Spacing {
Alone,
Joint,
}
🔬 This is a nightly-only experimental API. (
proc_macro
#38356)
Whether an Op
is either followed immediately by another Op
or followed by whitespace.
🔬 This is a nightly-only experimental API. (
proc_macro
#38356)
🔬 This is a nightly-only experimental API. (
proc_macro
#38356)
Performs copy-assignment from source
. Read more
Formats the value using the given formatter. Read more
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.