enum OpenList {
Out,
In,
Other,
}Variants§
Trait Implementations§
impl Copy for OpenList
impl StructuralPartialEq for OpenList
Auto Trait Implementations§
impl Freeze for OpenList
impl RefUnwindSafe for OpenList
impl Send for OpenList
impl Sync for OpenList
impl Unpin for OpenList
impl UnsafeUnpin for OpenList
impl UnwindSafe for OpenList
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