pub enum _PlatformUpdate0 {}Available on crate feature
host only.Expand description
(deprecated) Updates the platform.
This message is deprecated in favor of PlatformUpdate.
Trait Implementations§
Source§impl Debug for _PlatformUpdate0
impl Debug for _PlatformUpdate0
Auto Trait Implementations§
impl Freeze for _PlatformUpdate0
impl RefUnwindSafe for _PlatformUpdate0
impl Send for _PlatformUpdate0
impl Sync for _PlatformUpdate0
impl Unpin for _PlatformUpdate0
impl UnwindSafe for _PlatformUpdate0
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