pub enum ReviewType {
Normal,
Pending,
Unfinished,
}Variants§
Auto Trait Implementations§
impl Freeze for ReviewType
impl RefUnwindSafe for ReviewType
impl Send for ReviewType
impl Sync for ReviewType
impl Unpin for ReviewType
impl UnwindSafe for ReviewType
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