pub struct DecodePlanAllocationError;Expand description
Retained decode-plan capacity overflow or limit violation.
Trait Implementations§
Source§impl Clone for DecodePlanAllocationError
impl Clone for DecodePlanAllocationError
Source§fn clone(&self) -> DecodePlanAllocationError
fn clone(&self) -> DecodePlanAllocationError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DecodePlanAllocationError
Source§impl Debug for DecodePlanAllocationError
impl Debug for DecodePlanAllocationError
impl Eq for DecodePlanAllocationError
impl StructuralPartialEq for DecodePlanAllocationError
Auto Trait Implementations§
impl Freeze for DecodePlanAllocationError
impl RefUnwindSafe for DecodePlanAllocationError
impl Send for DecodePlanAllocationError
impl Sync for DecodePlanAllocationError
impl Unpin for DecodePlanAllocationError
impl UnsafeUnpin for DecodePlanAllocationError
impl UnwindSafe for DecodePlanAllocationError
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