pub enum MarkKey {
Index(u64),
Name(String),
}Expand description
A key for identifying marks across scene diffs (enter/update/exit).
Variants§
Trait Implementations§
impl Eq for MarkKey
impl StructuralPartialEq for MarkKey
Auto Trait Implementations§
impl Freeze for MarkKey
impl RefUnwindSafe for MarkKey
impl Send for MarkKey
impl Sync for MarkKey
impl Unpin for MarkKey
impl UnsafeUnpin for MarkKey
impl UnwindSafe for MarkKey
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