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