pub struct AverTypes;Expand description
Concrete arena types for the Aver runtime.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AverTypes
impl RefUnwindSafe for AverTypes
impl Send for AverTypes
impl Sync for AverTypes
impl Unpin for AverTypes
impl UnsafeUnpin for AverTypes
impl UnwindSafe for AverTypes
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