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