pub struct ArenaHeaderRef { /* private fields */ }Implementations§
Trait Implementations§
impl Send for ArenaHeaderRef
Available on crate feature
arena only.impl Sync for ArenaHeaderRef
Available on crate feature
arena only.Auto Trait Implementations§
impl Freeze for ArenaHeaderRef
impl RefUnwindSafe for ArenaHeaderRef
impl Unpin for ArenaHeaderRef
impl UnsafeUnpin for ArenaHeaderRef
impl UnwindSafe for ArenaHeaderRef
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