pub struct HoleView {
pub hole: Hole,
}Fields§
§hole: HoleTrait Implementations§
impl Copy for HoleView
impl Eq for HoleView
impl StructuralPartialEq for HoleView
Auto Trait Implementations§
impl Freeze for HoleView
impl RefUnwindSafe for HoleView
impl Send for HoleView
impl Sync for HoleView
impl Unpin for HoleView
impl UnwindSafe for HoleView
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