pub struct PeriodicApplyAura {
pub tick_ms: ScalarRef,
pub aura: String,
}Expand description
Periodic aura-apply component on an crate::ManifestAuraDef.
Fields§
§tick_ms: ScalarRef§aura: StringTrait Implementations§
Source§impl Debug for PeriodicApplyAura
impl Debug for PeriodicApplyAura
Source§impl<'de> Deserialize<'de> for PeriodicApplyAura
impl<'de> Deserialize<'de> for PeriodicApplyAura
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
Auto Trait Implementations§
impl Freeze for PeriodicApplyAura
impl RefUnwindSafe for PeriodicApplyAura
impl Send for PeriodicApplyAura
impl Sync for PeriodicApplyAura
impl Unpin for PeriodicApplyAura
impl UnsafeUnpin for PeriodicApplyAura
impl UnwindSafe for PeriodicApplyAura
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