pub enum ItemProperties {
Stackable(StackableComponent),
Usage(UsageComponent),
}Variants§
Stackable(StackableComponent)
Usage(UsageComponent)
Implementations§
Trait Implementations§
Source§impl Clone for ItemProperties
impl Clone for ItemProperties
Source§fn clone(&self) -> ItemProperties
fn clone(&self) -> ItemProperties
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 ItemProperties
impl Debug for ItemProperties
Source§impl<'de> Deserialize<'de> for ItemProperties
impl<'de> Deserialize<'de> for ItemProperties
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 ItemProperties
impl PartialEq for ItemProperties
Source§impl Serialize for ItemProperties
impl Serialize for ItemProperties
impl StructuralPartialEq for ItemProperties
Auto Trait Implementations§
impl Freeze for ItemProperties
impl RefUnwindSafe for ItemProperties
impl Send for ItemProperties
impl Sync for ItemProperties
impl Unpin for ItemProperties
impl UnwindSafe for ItemProperties
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expression
fn into_sql<T>(self) -> Self::Expression
Convert
self to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
Convert
&self to an expression for Diesel’s query builder. Read more