pub enum _PlatformUpdateMetadata {}Available on crate feature
host only.Expand description
(deprecated) Returns the metadata for platform update.
This message is deprecated in favor of PlatformVendor, which is the message for
vendor-specific messages.
Trait Implementations§
Source§impl Debug for _PlatformUpdateMetadata
impl Debug for _PlatformUpdateMetadata
Auto Trait Implementations§
impl Freeze for _PlatformUpdateMetadata
impl RefUnwindSafe for _PlatformUpdateMetadata
impl Send for _PlatformUpdateMetadata
impl Sync for _PlatformUpdateMetadata
impl Unpin for _PlatformUpdateMetadata
impl UnwindSafe for _PlatformUpdateMetadata
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