pub enum SphereError {
InvalidRadius,
CapacityTooSmall,
InvalidLayout,
BiasOutOfBounds,
}Variants§
Trait Implementations§
Source§impl Clone for SphereError
impl Clone for SphereError
Source§fn clone(&self) -> SphereError
fn clone(&self) -> SphereError
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 SphereError
impl Debug for SphereError
Source§impl PartialEq for SphereError
impl PartialEq for SphereError
impl Copy for SphereError
impl Eq for SphereError
impl StructuralPartialEq for SphereError
Auto Trait Implementations§
impl Freeze for SphereError
impl RefUnwindSafe for SphereError
impl Send for SphereError
impl Sync for SphereError
impl Unpin for SphereError
impl UnsafeUnpin for SphereError
impl UnwindSafe for SphereError
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