pub struct ServiceInstance {
pub instance_name: String,
pub child_name: String,
pub child_instance_name: String,
}
Fields§
§instance_name: String
§child_name: String
§child_instance_name: String
Trait Implementations§
Source§impl Debug for ServiceInstance
impl Debug for ServiceInstance
Source§impl PartialEq for ServiceInstance
impl PartialEq for ServiceInstance
Source§impl TryFrom<ServiceInstance> for ServiceInstance
impl TryFrom<ServiceInstance> for ServiceInstance
impl StructuralPartialEq for ServiceInstance
Auto Trait Implementations§
impl Freeze for ServiceInstance
impl RefUnwindSafe for ServiceInstance
impl Send for ServiceInstance
impl Sync for ServiceInstance
impl Unpin for ServiceInstance
impl UnwindSafe for ServiceInstance
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