pub struct Id<const L: usize>(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const L: usize> Freeze for Id<L>
impl<const L: usize> RefUnwindSafe for Id<L>
impl<const L: usize> Send for Id<L>
impl<const L: usize> Sync for Id<L>
impl<const L: usize> Unpin for Id<L>
impl<const L: usize> UnsafeUnpin for Id<L>
impl<const L: usize> UnwindSafe for Id<L>
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