pub struct NewRegionError { /* private fields */ }Trait Implementations§
Source§impl Clone for NewRegionError
impl Clone for NewRegionError
Source§fn clone(&self) -> NewRegionError
fn clone(&self) -> NewRegionError
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 NewRegionError
Source§impl Debug for NewRegionError
impl Debug for NewRegionError
Source§impl Display for NewRegionError
impl Display for NewRegionError
impl Eq for NewRegionError
Source§impl PartialEq for NewRegionError
impl PartialEq for NewRegionError
Source§fn eq(&self, other: &NewRegionError) -> bool
fn eq(&self, other: &NewRegionError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NewRegionError
Auto Trait Implementations§
impl Freeze for NewRegionError
impl RefUnwindSafe for NewRegionError
impl Send for NewRegionError
impl Sync for NewRegionError
impl Unpin for NewRegionError
impl UnsafeUnpin for NewRegionError
impl UnwindSafe for NewRegionError
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