pub struct ProjectsHandler<'client> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'client> Freeze for ProjectsHandler<'client>
impl<'client> !RefUnwindSafe for ProjectsHandler<'client>
impl<'client> Send for ProjectsHandler<'client>
impl<'client> Sync for ProjectsHandler<'client>
impl<'client> Unpin for ProjectsHandler<'client>
impl<'client> !UnwindSafe for ProjectsHandler<'client>
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