pub enum PlatformUpdate {}Expand description
Updates the platform.
Trait Implementations§
Source§impl Debug for PlatformUpdate
impl Debug for PlatformUpdate
Auto Trait Implementations§
impl Freeze for PlatformUpdate
impl RefUnwindSafe for PlatformUpdate
impl Send for PlatformUpdate
impl Sync for PlatformUpdate
impl Unpin for PlatformUpdate
impl UnwindSafe for PlatformUpdate
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