pub enum WrapError {
FloatResolution(WrapErrorFloatResolution),
InvalidArgument(WrapErrorInvalidArgument),
}
Variants§
FloatResolution(WrapErrorFloatResolution)
InvalidArgument(WrapErrorInvalidArgument)
Trait Implementations§
impl StructuralPartialEq for WrapError
Auto Trait Implementations§
impl Freeze for WrapError
impl RefUnwindSafe for WrapError
impl Send for WrapError
impl Sync for WrapError
impl Unpin for WrapError
impl UnwindSafe for WrapError
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