pub struct Links {
pub base: Links,
pub computer_systems: Option<Vec<NavProperty<ComputerSystem>>>,
pub kernel_auth_role: Option<ReferenceLeaf>,
pub firmware_auth_role: Option<ReferenceLeaf>,
pub auth_none_role: Option<ReferenceLeaf>,
pub credential_bootstrapping_role: Option<ReferenceLeaf>,
}Fields§
§base: LinksBase type
computer_systems: Option<Vec<NavProperty<ComputerSystem>>>An array of links to the computer systems connected to this host interface.
This property shall contain an array of links to resources of type ComputerSystem that are
connected to this host interface.
kernel_auth_role: Option<ReferenceLeaf>§firmware_auth_role: Option<ReferenceLeaf>§auth_none_role: Option<ReferenceLeaf>§credential_bootstrapping_role: 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
Auto Trait Implementations§
impl Freeze for Links
impl RefUnwindSafe for Links
impl Send for Links
impl Sync 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