pub struct CoolingLoopCollection<S, P>where
S: Clone,{ /* private fields */ }Expand description
This endpoint implements the CoolingLoopCollection component.
It can be mounted on the following components:
Implementations§
Source§impl<S, P> CoolingLoopCollection<S, P>where
S: AsRef<dyn AuthenticateRequest> + Clone + Send + Sync + 'static,
P: OperationPrivilegeMapping + 'static,
<P as OperationPrivilegeMapping>::Get: Send,
impl<S, P> CoolingLoopCollection<S, P>where
S: AsRef<dyn AuthenticateRequest> + Clone + Send + Sync + 'static,
P: OperationPrivilegeMapping + 'static,
<P as OperationPrivilegeMapping>::Get: Send,
pub fn get<H, T>(self, handler: H) -> Self
Sourcepub fn cooling_loop(self, cooling_loop: Router<S>) -> Self
pub fn cooling_loop(self, cooling_loop: Router<S>) -> Self
Serves an instance of a CoolingLoop.
pub fn into_router(self) -> Router<S>
Auto Trait Implementations§
impl<S, P> Freeze for CoolingLoopCollection<S, P>
impl<S, P> !RefUnwindSafe for CoolingLoopCollection<S, P>
impl<S, P> Send for CoolingLoopCollection<S, P>
impl<S, P> !Sync for CoolingLoopCollection<S, P>
impl<S, P> Unpin for CoolingLoopCollection<S, P>
impl<S, P> !UnwindSafe for CoolingLoopCollection<S, P>
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