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