pub enum STEffectContainerType {
Sib,
Tree,
}Variants§
Trait Implementations§
Source§impl Clone for STEffectContainerType
impl Clone for STEffectContainerType
Source§fn clone(&self) -> STEffectContainerType
fn clone(&self) -> STEffectContainerType
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 STEffectContainerType
impl Debug for STEffectContainerType
Source§impl<'de> Deserialize<'de> for STEffectContainerType
impl<'de> Deserialize<'de> for STEffectContainerType
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 Display for STEffectContainerType
impl Display for STEffectContainerType
Source§impl FromStr for STEffectContainerType
impl FromStr for STEffectContainerType
Source§impl PartialEq for STEffectContainerType
impl PartialEq for STEffectContainerType
Source§impl Serialize for STEffectContainerType
impl Serialize for STEffectContainerType
impl Copy for STEffectContainerType
impl Eq for STEffectContainerType
impl StructuralPartialEq for STEffectContainerType
Auto Trait Implementations§
impl Freeze for STEffectContainerType
impl RefUnwindSafe for STEffectContainerType
impl Send for STEffectContainerType
impl Sync for STEffectContainerType
impl Unpin for STEffectContainerType
impl UnsafeUnpin for STEffectContainerType
impl UnwindSafe for STEffectContainerType
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