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