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