pub struct RectIntersectErr;Expand description
Indicates that the user supplied a rectangle that intersects with a another one previously queries in the session.
Trait Implementations§
Source§impl Clone for RectIntersectErr
impl Clone for RectIntersectErr
Source§fn clone(&self) -> RectIntersectErr
fn clone(&self) -> RectIntersectErr
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 RectIntersectErr
impl Debug for RectIntersectErr
Source§impl PartialEq for RectIntersectErr
impl PartialEq for RectIntersectErr
impl Copy for RectIntersectErr
impl Eq for RectIntersectErr
impl StructuralPartialEq for RectIntersectErr
Auto Trait Implementations§
impl Freeze for RectIntersectErr
impl RefUnwindSafe for RectIntersectErr
impl Send for RectIntersectErr
impl Sync for RectIntersectErr
impl Unpin for RectIntersectErr
impl UnsafeUnpin for RectIntersectErr
impl UnwindSafe for RectIntersectErr
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