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