pub struct Manager {Show 20 fields
pub odata: ODataLinks,
pub actions: Action,
pub available_actions: Vec<Availableaction>,
pub command_shell: Commandshell,
pub description: String,
pub ethernet_interfaces: ODataId,
pub firmware: Firmware,
pub firmware_version: String,
pub graphical_console: Commandshell,
pub id: String,
pub log_services: ODataId,
pub manager_type: String,
pub name: String,
pub network_protocol: ODataId,
pub oem: OemHpWrapper,
pub serial_console: Commandshell,
pub status: Status,
pub root_type: String,
pub uuid: String,
pub virtual_media: ODataId,
}Fields§
§odata: ODataLinks§actions: Action§available_actions: Vec<Availableaction>§command_shell: Commandshell§description: String§ethernet_interfaces: ODataId§firmware: Firmware§firmware_version: String§graphical_console: Commandshell§id: String§log_services: ODataId§manager_type: String§name: String§network_protocol: ODataId§oem: OemHpWrapper§serial_console: Commandshell§status: Status§root_type: String§uuid: String§virtual_media: ODataIdTrait Implementations§
Source§impl<'de> Deserialize<'de> for Manager
impl<'de> Deserialize<'de> for Manager
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
Auto Trait Implementations§
impl Freeze for Manager
impl RefUnwindSafe for Manager
impl Send for Manager
impl Sync for Manager
impl Unpin for Manager
impl UnsafeUnpin for Manager
impl UnwindSafe for Manager
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