pub struct AllMovies {
pub movies: Vec<OneMovie>,
}
Expand description
All movies data
Fields§
§movies: Vec<OneMovie>
List of movies
Implementations§
Auto Trait Implementations§
impl Freeze for AllMovies
impl RefUnwindSafe for AllMovies
impl Send for AllMovies
impl Sync for AllMovies
impl Unpin for AllMovies
impl UnwindSafe for AllMovies
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