pub struct SuccessId(pub SkillId, pub usize);
Tuple Fields§
§0: SkillId
§1: usize
Implementations§
Trait Implementations§
impl Copy for SuccessId
impl Eq for SuccessId
impl StructuralPartialEq for SuccessId
impl TerminateId for SuccessId
Auto Trait Implementations§
impl Freeze for SuccessId
impl RefUnwindSafe for SuccessId
impl Send for SuccessId
impl Sync for SuccessId
impl Unpin for SuccessId
impl UnwindSafe for SuccessId
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