pub struct thisWeeksKarmaChanges;
Trait Implementations§
Source§impl Field for thisWeeksKarmaChanges
impl Field for thisWeeksKarmaChanges
Source§impl HasField<thisWeeksKarmaChanges> for KarmaChanges
impl HasField<thisWeeksKarmaChanges> for KarmaChanges
Source§type Type = Option<KarmaChangesSimple>
type Type = Option<KarmaChangesSimple>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for thisWeeksKarmaChanges
impl RefUnwindSafe for thisWeeksKarmaChanges
impl Send for thisWeeksKarmaChanges
impl Sync for thisWeeksKarmaChanges
impl Unpin for thisWeeksKarmaChanges
impl UnwindSafe for thisWeeksKarmaChanges
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