pub struct StoryArea {
pub position: StoryAreaPosition,
pub type: StoryAreaType,
}
Expand description
Describes a clickable rectangle area on a story media
Fields§
§position: StoryAreaPosition
Position of the area
type: StoryAreaType
Type of the area
Trait Implementations§
Source§impl<'de> Deserialize<'de> for StoryArea
impl<'de> Deserialize<'de> for StoryArea
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
impl StructuralPartialEq for StoryArea
Auto Trait Implementations§
impl Freeze for StoryArea
impl RefUnwindSafe for StoryArea
impl Send for StoryArea
impl Sync for StoryArea
impl Unpin for StoryArea
impl UnwindSafe for StoryArea
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