pub(crate) struct Sol3169;Expand description
3169m Count Days Without Meetings
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3169
impl RefUnwindSafe for Sol3169
impl Send for Sol3169
impl Sync for Sol3169
impl Unpin for Sol3169
impl UnsafeUnpin for Sol3169
impl UnwindSafe for Sol3169
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