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