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