pub struct Intersection<'a> { /* private fields */ }
Expand description
An abstract convenience class that aggregates information pertaining to an intersection. Its primary purpose is to serve as a single source of this information and to remove the need for users to query numerous disparate data structures and state providers.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Intersection<'a>
impl<'a> RefUnwindSafe for Intersection<'a>
impl<'a> !Send for Intersection<'a>
impl<'a> !Sync for Intersection<'a>
impl<'a> Unpin for Intersection<'a>
impl<'a> !UnwindSafe for Intersection<'a>
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