pub(crate) struct Sol2460;
Expand description
2460 Apply Operations to an Array
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2460
impl RefUnwindSafe for Sol2460
impl Send for Sol2460
impl Sync for Sol2460
impl Unpin for Sol2460
impl UnwindSafe for Sol2460
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