pub(crate) struct Sol2236 {}Expand description
2236 Root Equals Sum of Children
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2236
impl RefUnwindSafe for Sol2236
impl Send for Sol2236
impl Sync for Sol2236
impl Unpin for Sol2236
impl UnsafeUnpin for Sol2236
impl UnwindSafe for Sol2236
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