pub struct AreaStateProps {
pub title: String,
pub tag_ids: Vec<ThingsId>,
pub sort_index: i32,
}Fields§
§title: String§tag_ids: Vec<ThingsId>§sort_index: i32Trait Implementations§
Source§impl Clone for AreaStateProps
impl Clone for AreaStateProps
Source§fn clone(&self) -> AreaStateProps
fn clone(&self) -> AreaStateProps
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 AreaStateProps
impl Debug for AreaStateProps
Source§impl Default for AreaStateProps
impl Default for AreaStateProps
Source§fn default() -> AreaStateProps
fn default() -> AreaStateProps
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AreaStateProps
impl<'de> Deserialize<'de> for AreaStateProps
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<AreaPatch> for AreaStateProps
impl From<AreaPatch> for AreaStateProps
Source§impl From<AreaProps> for AreaStateProps
impl From<AreaProps> for AreaStateProps
Source§impl PartialEq for AreaStateProps
impl PartialEq for AreaStateProps
Source§impl Serialize for AreaStateProps
impl Serialize for AreaStateProps
impl StructuralPartialEq for AreaStateProps
Auto Trait Implementations§
impl Freeze for AreaStateProps
impl RefUnwindSafe for AreaStateProps
impl Send for AreaStateProps
impl Sync for AreaStateProps
impl Unpin for AreaStateProps
impl UnsafeUnpin for AreaStateProps
impl UnwindSafe for AreaStateProps
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