pub struct Id<T, I = ()> { /* private fields */ }
Trait Implementations§
impl<T: Copy, I: Copy> Copy for Id<T, I>
impl<T, I> StructuralPartialEq for Id<T, I>
Auto Trait Implementations§
impl<T, I> Freeze for Id<T, I>where
I: Freeze,
impl<T, I> RefUnwindSafe for Id<T, I>where
I: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, I> Send for Id<T, I>
impl<T, I> Sync for Id<T, I>
impl<T, I> Unpin for Id<T, I>
impl<T, I> UnwindSafe for Id<T, I>where
I: UnwindSafe,
T: UnwindSafe,
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