pub struct AreaOverflowError;Trait Implementations§
Auto Trait Implementations§
impl Freeze for AreaOverflowError
impl RefUnwindSafe for AreaOverflowError
impl Send for AreaOverflowError
impl Sync for AreaOverflowError
impl Unpin for AreaOverflowError
impl UnwindSafe for AreaOverflowError
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