pub struct services;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for services
impl RefUnwindSafe for services
impl Send for services
impl Sync for services
impl Unpin for services
impl UnwindSafe for services
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