pub struct DigitId(pub LiveId);
Tuple Fields§
§0: LiveId
Trait Implementations§
impl Copy for DigitId
impl Eq for DigitId
impl StructuralPartialEq for DigitId
Auto Trait Implementations§
impl Freeze for DigitId
impl RefUnwindSafe for DigitId
impl Send for DigitId
impl Sync for DigitId
impl Unpin for DigitId
impl UnwindSafe for DigitId
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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