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