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