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