pub struct Web {
pub url: String,
pub arguments: Vec<WebArgument>,
}Expand description
Represents the PDSC web element
Defines a web service invocation of the generator tool.
Fields§
§url: StringURL of the web service endpoint to invoke
arguments: Vec<WebArgument>Query parameters or arguments passed to the web service
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Web
impl<'de> Deserialize<'de> for Web
Source§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
impl Eq for Web
impl StructuralPartialEq for Web
Auto Trait Implementations§
impl Freeze for Web
impl RefUnwindSafe for Web
impl Send for Web
impl Sync for Web
impl Unpin for Web
impl UnsafeUnpin for Web
impl UnwindSafe for Web
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