pub struct VideoEpisode;Trait Implementations§
Source§impl Debug for VideoEpisode
impl Debug for VideoEpisode
Source§impl OpenGraphTypeMarker for VideoEpisode
impl OpenGraphTypeMarker for VideoEpisode
Auto Trait Implementations§
impl Freeze for VideoEpisode
impl RefUnwindSafe for VideoEpisode
impl Send for VideoEpisode
impl Sync for VideoEpisode
impl Unpin for VideoEpisode
impl UnwindSafe for VideoEpisode
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