Struct ReserveError
pub struct ReserveError(/* private fields */);
Expand description
A possible error value if allocating or resizing a CompactString
failed.
Trait Implementations§
§impl Clone for ReserveError
impl Clone for ReserveError
§fn clone(&self) -> ReserveError
fn clone(&self) -> ReserveError
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 more