pub struct ArenaSlice { /* private fields */ }Expand description
Handle to a contiguous slice within the arena.
Implementations§
Trait Implementations§
Source§impl Clone for ArenaSlice
impl Clone for ArenaSlice
Source§fn clone(&self) -> ArenaSlice
fn clone(&self) -> ArenaSlice
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ArenaSlice
impl Debug for ArenaSlice
impl Copy for ArenaSlice
Auto Trait Implementations§
impl Freeze for ArenaSlice
impl RefUnwindSafe for ArenaSlice
impl Send for ArenaSlice
impl Sync for ArenaSlice
impl Unpin for ArenaSlice
impl UnsafeUnpin for ArenaSlice
impl UnwindSafe for ArenaSlice
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