Struct nettu_scheduler_api_structs::get_service::PathParams [−][src]
pub struct PathParams {
pub service_id: ID,
}Fields
service_id: IDTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for PathParamsimpl Send for PathParamsimpl Sync for PathParamsimpl Unpin for PathParamsimpl UnwindSafe for PathParams