pub struct SystemMetadata {}Implementations§
Source§impl SystemMetadata
impl SystemMetadata
pub fn get_metadata(&self) -> Result<Vec<MetadataLabel>, SystemMetadataError>
Auto Trait Implementations§
impl Freeze for SystemMetadata
impl RefUnwindSafe for SystemMetadata
impl Send for SystemMetadata
impl Sync for SystemMetadata
impl Unpin 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