Docs.rs
  • redfish-codegen-0.1.0
    • redfish-codegen 0.1.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • AmateurECE
    • Dependencies
      • hyper ^0.14.24 normal
      • monostate ^0.1.4 normal
      • redfish-macros ^0.1.0 normal
      • serde ^1.0.152 normal
      • serde_json ^1.0.93 normal
    • Versions
    • 14.66% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

UpdateService

Required Methods

  • get
  • patch
  • put

Implementors

In redfish_codegen::api::v1::update_service

?
Change settings

Trait redfish_codegen::api::v1::update_service::UpdateService

source ·
pub trait UpdateService {
    // Required methods
    fn get() -> UpdateServiceGetResponse;
    fn put(body: UpdateService) -> UpdateServicePutResponse;
    fn patch(body: Value) -> UpdateServicePatchResponse;
}

Required Methods§

source

fn get() -> UpdateServiceGetResponse

source

fn put(body: UpdateService) -> UpdateServicePutResponse

source

fn patch(body: Value) -> UpdateServicePatchResponse

Implementors§