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