pub enum WouldAlloc {
DifferentAllocations,
OtherShardsLeft,
}Expand description
A reason why a no-alloc merge was unsuccesful.
Variants§
Trait Implementations§
Source§impl Clone for WouldAlloc
impl Clone for WouldAlloc
Source§fn clone(&self) -> WouldAlloc
fn clone(&self) -> WouldAlloc
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 WouldAlloc
impl Debug for WouldAlloc
Source§impl Display for WouldAlloc
impl Display for WouldAlloc
Source§impl PartialEq for WouldAlloc
impl PartialEq for WouldAlloc
impl Copy for WouldAlloc
impl Eq for WouldAlloc
impl StructuralPartialEq for WouldAlloc
Auto Trait Implementations§
impl Freeze for WouldAlloc
impl RefUnwindSafe for WouldAlloc
impl Send for WouldAlloc
impl Sync for WouldAlloc
impl Unpin for WouldAlloc
impl UnwindSafe for WouldAlloc
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