pub struct SkillInjection {
pub reminder: SystemReminder,
pub fingerprint: u64,
}Fields§
§reminder: SystemReminder§fingerprint: u64Auto Trait Implementations§
impl Freeze for SkillInjection
impl RefUnwindSafe for SkillInjection
impl Send for SkillInjection
impl Sync for SkillInjection
impl Unpin for SkillInjection
impl UnsafeUnpin for SkillInjection
impl UnwindSafe for SkillInjection
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