pub struct AdventOfCodeService {}Trait Implementations§
Source§impl Debug for AdventOfCodeService
impl Debug for AdventOfCodeService
Auto Trait Implementations§
impl Freeze for AdventOfCodeService
impl RefUnwindSafe for AdventOfCodeService
impl Send for AdventOfCodeService
impl Sync for AdventOfCodeService
impl Unpin for AdventOfCodeService
impl UnwindSafe for AdventOfCodeService
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