pub struct Resource {
pub base: Item,
pub id: Id,
pub description: Option<Option<Description>>,
pub name: Name,
}Fields§
§base: ItemBase type
id: Id§description: Option<Option<Description>>§name: NameTrait Implementations§
Source§impl<'de> Deserialize<'de> for Resource
impl<'de> Deserialize<'de> for Resource
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 Resource
impl EntityTypeRef for Resource
Source§impl Expandable for Resource
impl Expandable for Resource
Source§impl RedfishSettings<Resource> for Resource
impl RedfishSettings<Resource> for Resource
Source§fn settings_object(&self) -> Option<NavProperty<Self>>
fn settings_object(&self) -> Option<NavProperty<Self>>
Reference to the enity type object.
impl Send for Resource
SAFETY: All generated data types are Send
impl Sync for Resource
SAFETY: All generated data types are Sync
Auto Trait Implementations§
impl Freeze for Resource
impl RefUnwindSafe for Resource
impl Unpin for Resource
impl UnsafeUnpin for Resource
impl UnwindSafe for Resource
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