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