pub(crate) struct Sol1123;Expand description
1123m Lowest Common Ancestor of Deepest Leaves
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1123
impl RefUnwindSafe for Sol1123
impl Send for Sol1123
impl Sync for Sol1123
impl Unpin for Sol1123
impl UnsafeUnpin for Sol1123
impl UnwindSafe for Sol1123
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