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