enum LinkDir {
Prev,
Next,
}
Variants§
Trait Implementations§
impl Copy for LinkDir
impl StructuralPartialEq for LinkDir
Auto Trait Implementations§
impl Freeze for LinkDir
impl RefUnwindSafe for LinkDir
impl Send for LinkDir
impl Sync for LinkDir
impl Unpin for LinkDir
impl UnwindSafe for LinkDir
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