pub struct Tag<const ID: u64>;Expand description
Warning!: It is possible to occur
hash confiction if there are two many tags.
Trait Implementations§
impl<const ID: u64> Copy for Tag<ID>
Auto Trait Implementations§
impl<const ID: u64> Freeze for Tag<ID>
impl<const ID: u64> RefUnwindSafe for Tag<ID>
impl<const ID: u64> Send for Tag<ID>
impl<const ID: u64> Sync for Tag<ID>
impl<const ID: u64> Unpin for Tag<ID>
impl<const ID: u64> UnwindSafe for Tag<ID>
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