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