pub struct InputStoryArea {
pub position: StoryAreaPosition,
pub type: InputStoryAreaType,
}
Expand description
Describes a clickable rectangle area on a story media to be added
Fields§
§position: StoryAreaPosition
Position of the area
type: InputStoryAreaType
Type of the area
Trait Implementations§
Source§impl Clone for InputStoryArea
impl Clone for InputStoryArea
Source§fn clone(&self) -> InputStoryArea
fn clone(&self) -> InputStoryArea
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 InputStoryArea
impl Debug for InputStoryArea
Source§impl<'de> Deserialize<'de> for InputStoryArea
impl<'de> Deserialize<'de> for InputStoryArea
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 InputStoryArea
impl PartialEq for InputStoryArea
Source§impl Serialize for InputStoryArea
impl Serialize for InputStoryArea
impl StructuralPartialEq for InputStoryArea
Auto Trait Implementations§
impl Freeze for InputStoryArea
impl RefUnwindSafe for InputStoryArea
impl Send for InputStoryArea
impl Sync for InputStoryArea
impl Unpin for InputStoryArea
impl UnwindSafe for InputStoryArea
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