pub struct ServiceDescription {
pub service_id: String,
pub service_name: String,
pub attributes: AttributeSet,
pub pattern: MessagingPattern,
pub nodes: Option<NodeList>,
}Fields§
§service_id: String§service_name: String§attributes: AttributeSet§pattern: MessagingPattern§nodes: Option<NodeList>Trait Implementations§
Source§impl<T> From<&ServiceDetails<T>> for ServiceDescriptionwhere
T: IceoryxService,
impl<T> From<&ServiceDetails<T>> for ServiceDescriptionwhere
T: IceoryxService,
Source§fn from(service: &IceoryxServiceDetails<T>) -> Self
fn from(service: &IceoryxServiceDetails<T>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ServiceDescription
impl RefUnwindSafe for ServiceDescription
impl Send for ServiceDescription
impl Sync for ServiceDescription
impl Unpin for ServiceDescription
impl UnwindSafe for ServiceDescription
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