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