pub(crate) struct Sol3459 {}Expand description
3459h Length of Longest V-Shaped Diagonal Segment
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3459
impl RefUnwindSafe for Sol3459
impl Send for Sol3459
impl Sync for Sol3459
impl Unpin for Sol3459
impl UnsafeUnpin for Sol3459
impl UnwindSafe for Sol3459
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