pub struct Interned {
pub id: u32,
}
Fields§
§id: u32
Trait Implementations§
impl Copy for Interned
impl Eq for Interned
Auto Trait Implementations§
impl Freeze for Interned
impl RefUnwindSafe for Interned
impl Send for Interned
impl Sync for Interned
impl Unpin for Interned
impl UnwindSafe for Interned
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