pub enum OffsetError {
EdgeError(EdgeError),
}
Expand description
If offset computing fails this error is returned.
Variants§
Trait Implementations§
Source§impl Clone for OffsetError
impl Clone for OffsetError
Source§fn clone(&self) -> OffsetError
fn clone(&self) -> OffsetError
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 moreSource§impl Debug for OffsetError
impl Debug for OffsetError
Source§impl PartialEq for OffsetError
impl PartialEq for OffsetError
impl Copy for OffsetError
impl StructuralPartialEq for OffsetError
Auto Trait Implementations§
impl Freeze for OffsetError
impl RefUnwindSafe for OffsetError
impl Send for OffsetError
impl Sync for OffsetError
impl Unpin for OffsetError
impl UnwindSafe for OffsetError
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