pub struct Links {
pub base: Links,
pub outbound_connection: Option<ReferenceLeaf>,
}Expand description
The links to other resources that are related to this resource.
This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.
Fields§
§base: LinksBase type
outbound_connection: Option<ReferenceLeaf>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Links
impl<'de> Deserialize<'de> for Links
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 Send for Links
SAFETY: All generated data types are Send
impl Sync for Links
SAFETY: All generated data types are Sync
Auto Trait Implementations§
impl Freeze for Links
impl RefUnwindSafe for Links
impl Unpin for Links
impl UnsafeUnpin for Links
impl UnwindSafe for Links
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