pub struct ArenaSize(pub usize);Tuple Fields§
§0: usizeImplementations§
Auto Trait Implementations§
impl Freeze for ArenaSize
impl RefUnwindSafe for ArenaSize
impl Send for ArenaSize
impl Sync for ArenaSize
impl Unpin for ArenaSize
impl UnwindSafe for ArenaSize
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