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