pub struct MovieDetail {
pub movie: Movie,
}
Fields§
§movie: Movie
Trait Implementations§
Source§impl Clone for MovieDetail
impl Clone for MovieDetail
Source§fn clone(&self) -> MovieDetail
fn clone(&self) -> MovieDetail
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MovieDetail
impl Debug for MovieDetail
Source§impl<'de> Deserialize<'de> for MovieDetail
impl<'de> Deserialize<'de> for MovieDetail
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MovieDetail
impl PartialEq for MovieDetail
Source§impl Serialize for MovieDetail
impl Serialize for MovieDetail
impl StructuralPartialEq for MovieDetail
Auto Trait Implementations§
impl Freeze for MovieDetail
impl RefUnwindSafe for MovieDetail
impl Send for MovieDetail
impl Sync for MovieDetail
impl Unpin for MovieDetail
impl UnwindSafe for MovieDetail
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