pub struct PostgresAllocator;
Trait Implementations§
Source§impl GlobalAlloc for PostgresAllocator
impl GlobalAlloc for PostgresAllocator
Source§unsafe fn alloc(&self, layout: Layout) -> *mut u8
unsafe fn alloc(&self, layout: Layout) -> *mut u8
Allocates memory as described by the given
layout
. Read moreAuto Trait Implementations§
impl Freeze for PostgresAllocator
impl RefUnwindSafe for PostgresAllocator
impl Send for PostgresAllocator
impl Sync for PostgresAllocator
impl Unpin for PostgresAllocator
impl UnwindSafe for PostgresAllocator
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