pub struct EffectTpl {
pub id: Uuid,
pub code: String,
pub max_duration_ticks: Option<i64>,
}Fields§
§id: Uuid§code: String§max_duration_ticks: Option<i64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for EffectTpl
impl RefUnwindSafe for EffectTpl
impl Send for EffectTpl
impl Sync for EffectTpl
impl Unpin for EffectTpl
impl UnwindSafe for EffectTpl
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