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