pub struct KarmaChangesSimple;
Trait Implementations§
Source§impl HasField<__typename> for KarmaChangesSimple
impl HasField<__typename> for KarmaChangesSimple
Source§impl HasField<comments> for KarmaChangesSimple
impl HasField<comments> for KarmaChangesSimple
Source§impl HasField<posts> for KarmaChangesSimple
impl HasField<posts> for KarmaChangesSimple
Source§impl HasField<tagRevisions> for KarmaChangesSimple
impl HasField<tagRevisions> for KarmaChangesSimple
Auto Trait Implementations§
impl Freeze for KarmaChangesSimple
impl RefUnwindSafe for KarmaChangesSimple
impl Send for KarmaChangesSimple
impl Sync for KarmaChangesSimple
impl Unpin for KarmaChangesSimple
impl UnwindSafe for KarmaChangesSimple
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