pub struct ArenaKey<Item>(/* private fields */);Expand description
Key of layout object.
Implementations§
Trait Implementations§
Source§impl<Item> Ord for ArenaKey<Item>
impl<Item> Ord for ArenaKey<Item>
Source§impl<Item> PartialOrd for ArenaKey<Item>
impl<Item> PartialOrd for ArenaKey<Item>
impl<Item> Copy for ArenaKey<Item>
impl<Item> Eq for ArenaKey<Item>
Auto Trait Implementations§
impl<Item> Freeze for ArenaKey<Item>
impl<Item> RefUnwindSafe for ArenaKey<Item>where
Item: RefUnwindSafe,
impl<Item> Send for ArenaKey<Item>where
Item: Send,
impl<Item> Sync for ArenaKey<Item>where
Item: Sync,
impl<Item> Unpin for ArenaKey<Item>where
Item: Unpin,
impl<Item> UnsafeUnpin for ArenaKey<Item>
impl<Item> UnwindSafe for ArenaKey<Item>where
Item: 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