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