pub enum ExpLoop {
TimeLoop(TimeLoop),
NETimeLoop(NETimeLoop),
XYPosLoop(XYPosLoop),
ZStackLoop(ZStackLoop),
CustomLoop(CustomLoop),
}Variants§
TimeLoop(TimeLoop)
NETimeLoop(NETimeLoop)
XYPosLoop(XYPosLoop)
ZStackLoop(ZStackLoop)
CustomLoop(CustomLoop)
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ExpLoop
impl<'de> Deserialize<'de> for ExpLoop
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
impl StructuralPartialEq for ExpLoop
Auto Trait Implementations§
impl Freeze for ExpLoop
impl RefUnwindSafe for ExpLoop
impl Send for ExpLoop
impl Sync for ExpLoop
impl Unpin for ExpLoop
impl UnsafeUnpin for ExpLoop
impl UnwindSafe for ExpLoop
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