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