pub struct ServiceSet {
pub base: bool,
pub observability: bool,
}Expand description
A suite-level service selection.
This type describes intent (which categories of services to include) without forcing a specific service runtime implementation.
Fields§
§base: boolInclude a baseline service manager/registry.
observability: boolInclude observability hooks.
Implementations§
Trait Implementations§
Source§impl Clone for ServiceSet
impl Clone for ServiceSet
Source§fn clone(&self) -> ServiceSet
fn clone(&self) -> ServiceSet
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ServiceSet
impl Debug for ServiceSet
Source§impl PartialEq for ServiceSet
impl PartialEq for ServiceSet
impl Eq for ServiceSet
impl StructuralPartialEq for ServiceSet
Auto Trait Implementations§
impl Freeze for ServiceSet
impl RefUnwindSafe for ServiceSet
impl Send for ServiceSet
impl Sync for ServiceSet
impl Unpin for ServiceSet
impl UnsafeUnpin for ServiceSet
impl UnwindSafe for ServiceSet
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