pub struct AreaProps {
pub title: String,
pub tag_ids: Vec<ThingsId>,
pub sort_index: i32,
pub conflict_overrides: Option<Value>,
}Expand description
Area wire properties.
Fields§
§title: Stringtt: area title.
tag_ids: Vec<ThingsId>tg: tag IDs applied to this area.
sort_index: i32ix: sort index.
conflict_overrides: Option<Value>xx: conflict override metadata.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AreaProps
impl<'de> Deserialize<'de> for AreaProps
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 From<AreaProps> for AreaStateProps
impl From<AreaProps> for AreaStateProps
Source§impl From<AreaProps> for Properties
impl From<AreaProps> for Properties
impl StructuralPartialEq for AreaProps
Auto Trait Implementations§
impl Freeze for AreaProps
impl RefUnwindSafe for AreaProps
impl Send for AreaProps
impl Sync for AreaProps
impl Unpin for AreaProps
impl UnsafeUnpin for AreaProps
impl UnwindSafe for AreaProps
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