pub struct KarmaChanges;
Trait Implementations§
Source§impl HasField<__typename> for KarmaChanges
impl HasField<__typename> for KarmaChanges
Source§impl HasField<comments> for KarmaChanges
impl HasField<comments> for KarmaChanges
Source§impl HasField<endDate> for KarmaChanges
impl HasField<endDate> for KarmaChanges
Source§impl HasField<nextBatchDate> for KarmaChanges
impl HasField<nextBatchDate> for KarmaChanges
Source§impl HasField<posts> for KarmaChanges
impl HasField<posts> for KarmaChanges
Source§impl HasField<startDate> for KarmaChanges
impl HasField<startDate> for KarmaChanges
Source§impl HasField<tagRevisions> for KarmaChanges
impl HasField<tagRevisions> for KarmaChanges
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.
Source§impl HasField<todaysKarmaChanges> for KarmaChanges
impl HasField<todaysKarmaChanges> for KarmaChanges
Source§type Type = Option<KarmaChangesSimple>
type Type = Option<KarmaChangesSimple>
The schema marker type of this field.
Source§impl HasField<totalChange> for KarmaChanges
impl HasField<totalChange> for KarmaChanges
Source§impl HasField<updateFrequency> for KarmaChanges
impl HasField<updateFrequency> for KarmaChanges
Auto Trait Implementations§
impl Freeze for KarmaChanges
impl RefUnwindSafe for KarmaChanges
impl Send for KarmaChanges
impl Sync for KarmaChanges
impl Unpin for KarmaChanges
impl UnwindSafe for KarmaChanges
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