pub struct BasicAllocProvider {}Trait Implementations§
Source§impl Default for BasicAllocProvider
impl Default for BasicAllocProvider
Source§impl YyjsonAllocProvider for BasicAllocProvider
impl YyjsonAllocProvider for BasicAllocProvider
Source§fn get_allocator<'a>(&'a self) -> YyjsonAllocator<'a>
fn get_allocator<'a>(&'a self) -> YyjsonAllocator<'a>
Creates and returns a
YyjsonAllocator. Read moreAuto Trait Implementations§
impl Freeze for BasicAllocProvider
impl RefUnwindSafe for BasicAllocProvider
impl Send for BasicAllocProvider
impl Sync for BasicAllocProvider
impl Unpin for BasicAllocProvider
impl UnwindSafe for BasicAllocProvider
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