pub struct SparseValueId(pub Id);
Tuple Fields§
§0: Id
Trait Implementations§
Source§impl Debug for SparseValueId
impl Debug for SparseValueId
Auto Trait Implementations§
impl Freeze for SparseValueId
impl RefUnwindSafe for SparseValueId
impl Send for SparseValueId
impl Sync for SparseValueId
impl Unpin for SparseValueId
impl UnwindSafe for SparseValueId
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