Enum str_buf::StrBufError
source · pub enum StrBufError {
Overflow,
}
Expand description
StrBuf
conversion error
Variants§
Overflow
Not enough space for string to be converted into StrBuf
.
Trait Implementations§
source§impl Clone for StrBufError
impl Clone for StrBufError
source§fn clone(&self) -> StrBufError
fn clone(&self) -> StrBufError
Returns a copy 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 StrBufError
impl Debug for StrBufError
Auto Trait Implementations§
impl RefUnwindSafe for StrBufError
impl Send for StrBufError
impl Sync for StrBufError
impl Unpin for StrBufError
impl UnwindSafe for StrBufError
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