pub enum Dir {
Bi = 0,
Uni = 1,
}
展开描述
Performs copy-assignment from
source.
更多信息
Feeds a slice of this type into the given
Hasher.
更多信息
This method returns an
Ordering between
self and
other.
更多信息
Compares and returns the maximum of two values.
更多信息
Compares and returns the minimum of two values.
更多信息
Restrict a value to a certain interval.
更多信息
测试 self 与 other 值是否相等,供 == 运算符使用。
Tests for !=. The default implementation is almost always sufficient,
and should not be overridden without very good reason.
若存在,此方法返回
self 与
other 值之间的排序关系。
更多信息
测试小于(针对
self 与
other),供
< 运算符使用。
更多信息
Tests less than or equal to (for
self and
other) and is used by the
<= operator.
更多信息
Tests greater than (for
self and
other) and is used by the
>
operator.
更多信息
Tests greater than or equal to (for
self and
other) and is used by
the
>= operator.
更多信息
Gets the
TypeId of
self.
更多信息
Immutably borrows from an owned value.
更多信息
Mutably borrows from an owned value.
更多信息
🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from
self to
dest.
更多信息
Instruments this type with the provided
Span, returning an
Instrumented wrapper.
更多信息
Instruments this type with the
current Span, returning an
Instrumented wrapper.
更多信息
调用 U::from(self)。
也就是说,此转换行为完全由
From<T> for U 的实现决定。
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning.
更多信息
Uses borrowed data to replace owned data, usually by cloning.
更多信息
Converts the given value to a
String.
更多信息
The type returned in the event of a conversion error.
执行转换。
The type returned in the event of a conversion error.
执行转换。