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