pub struct isReviewed;
Trait Implementations§
Source§impl Field for isReviewed
impl Field for isReviewed
Auto Trait Implementations§
impl Freeze for isReviewed
impl RefUnwindSafe for isReviewed
impl Send for isReviewed
impl Sync for isReviewed
impl Unpin for isReviewed
impl UnwindSafe for isReviewed
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