pub struct SematicCluster<'a, E: Hyperedge> { /* private fields */ }Auto Trait Implementations§
impl<'a, E> Freeze for SematicCluster<'a, E>
impl<'a, E> RefUnwindSafe for SematicCluster<'a, E>where
E: RefUnwindSafe,
impl<'a, E> Send for SematicCluster<'a, E>where
E: Sync,
impl<'a, E> Sync for SematicCluster<'a, E>where
E: Sync,
impl<'a, E> Unpin for SematicCluster<'a, E>
impl<'a, E> UnwindSafe for SematicCluster<'a, E>where
E: RefUnwindSafe,
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