pub struct TestRange {
pub start: u64,
pub end: u64,
pub kind: RangeKind,
pub overwritable: bool,
}Expand description
测试用的 Range 类型
Fields§
§start: u64§end: u64§kind: RangeKind§overwritable: boolImplementations§
Trait Implementations§
impl Eq for TestRange
impl StructuralPartialEq for TestRange
Auto Trait Implementations§
impl Freeze for TestRange
impl RefUnwindSafe for TestRange
impl Send for TestRange
impl Sync for TestRange
impl Unpin for TestRange
impl UnwindSafe for TestRange
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