pub enum Service {
example_service,
}
Expand description
Пример перечисления сервисов
Variants§
example_service
Пример сервиса
Trait Implementations§
Source§impl ServiceBound for Service
impl ServiceBound for Service
Source§fn trace_name(&self) -> String
fn trace_name(&self) -> String
Возвращает строку для добавления в трассировку
impl StructuralPartialEq for Service
Auto Trait Implementations§
impl Freeze for Service
impl RefUnwindSafe for Service
impl Send for Service
impl Sync for Service
impl Unpin for Service
impl UnwindSafe for Service
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