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