pub struct PrimeGraph {
pub bucket: usize,
/* private fields */
}Fields§
§bucket: usizeImplementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PrimeGraph
impl !Send for PrimeGraph
impl !Sync for PrimeGraph
impl !UnwindSafe for PrimeGraph
impl Freeze for PrimeGraph
impl Unpin for PrimeGraph
impl UnsafeUnpin for PrimeGraph
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