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