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