pub struct Slide {
pub image_full: String,
pub design: Design,
pub activity: Option<Activity>,
}
Expand description
The body for Legacy
modules.
Fields§
§image_full: String
Full Image
design: Design
Design layer
activity: Option<Activity>
The activity
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Slide
impl<'de> Deserialize<'de> for Slide
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
Auto Trait Implementations§
impl Freeze for Slide
impl RefUnwindSafe for Slide
impl Send for Slide
impl Sync for Slide
impl Unpin for Slide
impl UnwindSafe for Slide
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