pub enum WrapError {
FloatResolution(WrapErrorFloatResolution),
InvalidArgument(WrapErrorInvalidArgument),
}
Variants
FloatResolution(WrapErrorFloatResolution)
InvalidArgument(WrapErrorInvalidArgument)
Trait Implementations
impl StructuralPartialEq for WrapError
Auto Trait Implementations
impl RefUnwindSafe for WrapError
impl Send for WrapError
impl Sync for WrapError
impl Unpin for WrapError
impl UnwindSafe for WrapError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more