pub struct Service<T>{
pub actor: Service<T>,
pub feed: Service<T>,
pub graph: Service<T>,
pub notification: Service<T>,
pub unspecced: Service<T>,
}
Fields§
§actor: Service<T>
§feed: Service<T>
§graph: Service<T>
§notification: Service<T>
§unspecced: Service<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for Service<T>where
T: RefUnwindSafe,
impl<T> Send for Service<T>
impl<T> Sync for Service<T>
impl<T> Unpin for Service<T>
impl<T> UnwindSafe for Service<T>where
T: RefUnwindSafe,
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