pub(crate) struct Sol2493;
Expand description
2493h Divide Nodes Into the Maximum Number of Groups
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2493
impl RefUnwindSafe for Sol2493
impl Send for Sol2493
impl Sync for Sol2493
impl Unpin for Sol2493
impl UnwindSafe for Sol2493
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