pub struct ReadLimitError;Expand description
Why a ReadLimit was refused: the byte-domain bounds exist so one
snapshot can never ask for an unbounded or empty allocation.
Trait Implementations§
Source§impl Clone for ReadLimitError
impl Clone for ReadLimitError
Source§fn clone(&self) -> ReadLimitError
fn clone(&self) -> ReadLimitError
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 ReadLimitError
Source§impl Debug for ReadLimitError
impl Debug for ReadLimitError
Source§impl Display for ReadLimitError
impl Display for ReadLimitError
impl Eq for ReadLimitError
Source§impl Error for ReadLimitError
impl Error for ReadLimitError
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()
Source§impl PartialEq for ReadLimitError
impl PartialEq for ReadLimitError
impl StructuralPartialEq for ReadLimitError
Auto Trait Implementations§
impl Freeze for ReadLimitError
impl RefUnwindSafe for ReadLimitError
impl Send for ReadLimitError
impl Sync for ReadLimitError
impl Unpin for ReadLimitError
impl UnsafeUnpin for ReadLimitError
impl UnwindSafe for ReadLimitError
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