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