pub struct FieldArena { /* private fields */ }Expand description
Arena storage for field signatures.
Implementations§
Source§impl FieldArena
impl FieldArena
Trait Implementations§
Source§impl Clone for FieldArena
impl Clone for FieldArena
Source§fn clone(&self) -> FieldArena
fn clone(&self) -> FieldArena
Returns a duplicate of the value. Read more
1.0.0 · 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 FieldArena
impl Debug for FieldArena
Auto Trait Implementations§
impl Freeze for FieldArena
impl RefUnwindSafe for FieldArena
impl Send for FieldArena
impl Sync for FieldArena
impl Unpin for FieldArena
impl UnsafeUnpin for FieldArena
impl UnwindSafe for FieldArena
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