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