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