pub struct Service<T>{
pub admin: Service<T>,
pub identity: Service<T>,
pub label: Service<T>,
pub moderation: Service<T>,
pub repo: Service<T>,
pub server: Service<T>,
pub sync: Service<T>,
pub temp: Service<T>,
/* private fields */
}
Fields§
§admin: Service<T>
§identity: Service<T>
§label: Service<T>
§moderation: Service<T>
§repo: Service<T>
§server: Service<T>
§sync: Service<T>
§temp: Service<T>
Auto Trait Implementations§
impl<T> Freeze for Service<T>
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>where
T: Unpin,
impl<T> UnwindSafe for Service<T>where
T: UnwindSafe + 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