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