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