pub struct OperatorsReaderAllocations(/* private fields */);
Expand description
External handle to the internal allocations used by the OperatorsReader
This is created with either the Default
implementation or with
OperatorsReader::into_allocations
. It is then passed as an argument to
OperatorsReader::new
to provide a means of reusing allocations
between each expression or function body.
Trait Implementations§
Source§impl Default for OperatorsReaderAllocations
impl Default for OperatorsReaderAllocations
Source§fn default() -> OperatorsReaderAllocations
fn default() -> OperatorsReaderAllocations
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OperatorsReaderAllocations
impl RefUnwindSafe for OperatorsReaderAllocations
impl Send for OperatorsReaderAllocations
impl Sync for OperatorsReaderAllocations
impl Unpin for OperatorsReaderAllocations
impl UnwindSafe for OperatorsReaderAllocations
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