pub enum VolumeInstallerEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VolumeInstallerEvent
impl RefUnwindSafe for VolumeInstallerEvent
impl Send for VolumeInstallerEvent
impl Sync for VolumeInstallerEvent
impl Unpin for VolumeInstallerEvent
impl UnwindSafe for VolumeInstallerEvent
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