pub struct InputStoryAreas {
pub areas: Vec<InputStoryArea>,
}
Expand description
Contains a list of story areas to be added
Fields§
§areas: Vec<InputStoryArea>
List of 0-10 input story areas
Trait Implementations§
Source§impl Clone for InputStoryAreas
impl Clone for InputStoryAreas
Source§fn clone(&self) -> InputStoryAreas
fn clone(&self) -> InputStoryAreas
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 InputStoryAreas
impl Debug for InputStoryAreas
Source§impl Default for InputStoryAreas
impl Default for InputStoryAreas
Source§fn default() -> InputStoryAreas
fn default() -> InputStoryAreas
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InputStoryAreas
impl<'de> Deserialize<'de> for InputStoryAreas
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 InputStoryAreas
impl PartialEq for InputStoryAreas
Source§impl Serialize for InputStoryAreas
impl Serialize for InputStoryAreas
impl StructuralPartialEq for InputStoryAreas
Auto Trait Implementations§
impl Freeze for InputStoryAreas
impl RefUnwindSafe for InputStoryAreas
impl Send for InputStoryAreas
impl Sync for InputStoryAreas
impl Unpin for InputStoryAreas
impl UnwindSafe for InputStoryAreas
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