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