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