pub enum RelativePosition {
Before,
After,
}
Variants§
Auto Trait Implementations§
impl Freeze for RelativePosition
impl RefUnwindSafe for RelativePosition
impl Send for RelativePosition
impl Sync for RelativePosition
impl Unpin for RelativePosition
impl UnwindSafe for RelativePosition
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