pub struct viewerIsSponsoring;Trait Implementations§
Source§impl Field for viewerIsSponsoring
impl Field for viewerIsSponsoring
Source§impl HasField<viewerIsSponsoring> for Sponsorable
impl HasField<viewerIsSponsoring> for Sponsorable
Auto Trait Implementations§
impl Freeze for viewerIsSponsoring
impl RefUnwindSafe for viewerIsSponsoring
impl Send for viewerIsSponsoring
impl Sync for viewerIsSponsoring
impl Unpin for viewerIsSponsoring
impl UnwindSafe for viewerIsSponsoring
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