pub struct NonContiguous;Expand description
Attempted to insert a non-contiguous item into a set
Trait Implementations§
Source§impl Clone for NonContiguous
impl Clone for NonContiguous
Source§fn clone(&self) -> NonContiguous
fn clone(&self) -> NonContiguous
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 NonContiguous
impl Debug for NonContiguous
Source§impl Display for NonContiguous
impl Display for NonContiguous
Source§impl Error for NonContiguous
impl Error for NonContiguous
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()
impl Copy for NonContiguous
Auto Trait Implementations§
impl Freeze for NonContiguous
impl RefUnwindSafe for NonContiguous
impl Send for NonContiguous
impl Sync for NonContiguous
impl Unpin for NonContiguous
impl UnwindSafe for NonContiguous
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