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