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