pub struct ResourceBlock {
pub base: Resource,
}Expand description
The ResourceBlock schema contains definitions of a resource block, its components, and affinity
to composed devices.
This resource shall represent a resource block for a Redfish implementation.
Fields§
§base: ResourceBase type
Trait Implementations§
Source§impl Debug for ResourceBlock
impl Debug for ResourceBlock
Source§impl Deletable for ResourceBlock
impl Deletable for ResourceBlock
Source§impl<'de> Deserialize<'de> for ResourceBlock
impl<'de> Deserialize<'de> for ResourceBlock
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
Source§impl EntityTypeRef for ResourceBlock
impl EntityTypeRef for ResourceBlock
Source§impl Expandable for ResourceBlock
impl Expandable for ResourceBlock
Source§impl RedfishSettings<ResourceBlock> for ResourceBlock
impl RedfishSettings<ResourceBlock> for ResourceBlock
Source§fn settings_object(&self) -> Option<NavProperty<Self>>
fn settings_object(&self) -> Option<NavProperty<Self>>
Reference to the enity type object.
Auto Trait Implementations§
impl Freeze for ResourceBlock
impl RefUnwindSafe for ResourceBlock
impl Send for ResourceBlock
impl Sync for ResourceBlock
impl Unpin for ResourceBlock
impl UnsafeUnpin for ResourceBlock
impl UnwindSafe for ResourceBlock
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