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