pub enum RelAbs {
Relative(i32),
Absolute(u32),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RelAbs
impl RefUnwindSafe for RelAbs
impl Send for RelAbs
impl Sync for RelAbs
impl Unpin for RelAbs
impl UnwindSafe for RelAbs
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