pub struct sponsorshipForViewerAsSponsor;Trait Implementations§
Source§impl HasField<sponsorshipForViewerAsSponsor> for User
impl HasField<sponsorshipForViewerAsSponsor> for User
Source§type Type = Option<Sponsorship>
type Type = Option<Sponsorship>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for sponsorshipForViewerAsSponsor
impl RefUnwindSafe for sponsorshipForViewerAsSponsor
impl Send for sponsorshipForViewerAsSponsor
impl Sync for sponsorshipForViewerAsSponsor
impl Unpin for sponsorshipForViewerAsSponsor
impl UnwindSafe for sponsorshipForViewerAsSponsor
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