pub enum StoryAreaPosition {
StoryAreaPosition(StoryAreaPosition),
}
Variants§
StoryAreaPosition(StoryAreaPosition)
Describes position of a clickable rectangle area on a story media
Trait Implementations§
Source§impl Clone for StoryAreaPosition
impl Clone for StoryAreaPosition
Source§fn clone(&self) -> StoryAreaPosition
fn clone(&self) -> StoryAreaPosition
Returns a copy 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 StoryAreaPosition
impl Debug for StoryAreaPosition
Source§impl<'de> Deserialize<'de> for StoryAreaPosition
impl<'de> Deserialize<'de> for StoryAreaPosition
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 StoryAreaPosition
impl PartialEq for StoryAreaPosition
Source§impl Serialize for StoryAreaPosition
impl Serialize for StoryAreaPosition
impl StructuralPartialEq for StoryAreaPosition
Auto Trait Implementations§
impl Freeze for StoryAreaPosition
impl RefUnwindSafe for StoryAreaPosition
impl Send for StoryAreaPosition
impl Sync for StoryAreaPosition
impl Unpin for StoryAreaPosition
impl UnwindSafe for StoryAreaPosition
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