pub enum SpaceType {
RangeSpace(u128),
FragmentSpace(u128, usize),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpaceType
impl RefUnwindSafe for SpaceType
impl Send for SpaceType
impl Sync for SpaceType
impl Unpin for SpaceType
impl UnwindSafe for SpaceType
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