pub struct StrStackOverflow { /* private fields */ }Expand description
Error returned by StrStack::try_push when the total byte length would exceed u32::MAX.
Trait Implementations§
Source§impl Clone for StrStackOverflow
impl Clone for StrStackOverflow
Source§fn clone(&self) -> StrStackOverflow
fn clone(&self) -> StrStackOverflow
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 StrStackOverflow
impl Debug for StrStackOverflow
Auto Trait Implementations§
impl Freeze for StrStackOverflow
impl RefUnwindSafe for StrStackOverflow
impl Send for StrStackOverflow
impl Sync for StrStackOverflow
impl Unpin for StrStackOverflow
impl UnsafeUnpin for StrStackOverflow
impl UnwindSafe for StrStackOverflow
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