pub struct maxKarma;
Trait Implementations§
impl HasInputField<maxKarma, Option<f64>> for CreateSurveyScheduleDataInput
Auto Trait Implementations§
impl Freeze for maxKarma
impl RefUnwindSafe for maxKarma
impl Send for maxKarma
impl Sync for maxKarma
impl Unpin for maxKarma
impl UnwindSafe for maxKarma
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