pub struct SystemMetadata {}Trait Implementations§
Source§impl SystemMetadataProvider for SystemMetadata
impl SystemMetadataProvider for SystemMetadata
Source§fn get_metadata(
&self,
) -> Result<Vec<MetadataLabel>, SystemMetadataProviderError>
fn get_metadata( &self, ) -> Result<Vec<MetadataLabel>, SystemMetadataProviderError>
Return a vector of labels that apply to the current host system.
Auto Trait Implementations§
impl Freeze for SystemMetadata
impl RefUnwindSafe for SystemMetadata
impl Send for SystemMetadata
impl Sync for SystemMetadata
impl Unpin for SystemMetadata
impl UnsafeUnpin for SystemMetadata
impl UnwindSafe for SystemMetadata
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