pub(crate) struct Sol1462;
Expand description
1462m Course Schedule IV
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1462
impl RefUnwindSafe for Sol1462
impl Send for Sol1462
impl Sync for Sol1462
impl Unpin for Sol1462
impl UnwindSafe for Sol1462
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