pub struct CarrierAllocFailed { /* private fields */ }Expand description
Payload for ConvertError::CarrierAllocFailed.
The plane’s extent was proved and the carrier still could not be made: a refcount the view lane could not take, a gather or copy the allocator refused.
A fact about the moment, not about the frame. The same frame may convert perfectly a moment later, which is why the decode roads park it and re-attempt rather than letting it go.
Implementations§
Trait Implementations§
Source§impl Clone for CarrierAllocFailed
impl Clone for CarrierAllocFailed
Source§fn clone(&self) -> CarrierAllocFailed
fn clone(&self) -> CarrierAllocFailed
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 CarrierAllocFailed
Source§impl Debug for CarrierAllocFailed
impl Debug for CarrierAllocFailed
Source§impl Display for CarrierAllocFailed
impl Display for CarrierAllocFailed
Source§impl Error for CarrierAllocFailed
impl Error for CarrierAllocFailed
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for CarrierAllocFailed
impl RefUnwindSafe for CarrierAllocFailed
impl Send for CarrierAllocFailed
impl Sync for CarrierAllocFailed
impl Unpin for CarrierAllocFailed
impl UnsafeUnpin for CarrierAllocFailed
impl UnwindSafe for CarrierAllocFailed
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