pub(crate) struct Sol2341 {}Expand description
2341 Maximum Number of Pairs in Array
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2341
impl RefUnwindSafe for Sol2341
impl Send for Sol2341
impl Sync for Sol2341
impl Unpin for Sol2341
impl UnsafeUnpin for Sol2341
impl UnwindSafe for Sol2341
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