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