pub struct FixedPointError(pub &'static str);Tuple Fields§
§0: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for FixedPointError
impl RefUnwindSafe for FixedPointError
impl Send for FixedPointError
impl Sync for FixedPointError
impl Unpin for FixedPointError
impl UnwindSafe for FixedPointError
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