pub struct karmaChanges;
Trait Implementations§
Source§impl Field for karmaChanges
impl Field for karmaChanges
Source§impl HasArgument<endDate> for karmaChanges
impl HasArgument<endDate> for karmaChanges
Source§impl HasArgument<startDate> for karmaChanges
impl HasArgument<startDate> for karmaChanges
Source§impl HasField<karmaChanges> for User
impl HasField<karmaChanges> for User
Source§type Type = Option<KarmaChanges>
type Type = Option<KarmaChanges>
The schema marker type of this field.
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