pub struct NullCommitReporter(/* private fields */);Implementations§
Trait Implementations§
Source§impl ToPyObject for NullCommitReporter
impl ToPyObject for NullCommitReporter
impl CommitReporter for NullCommitReporter
Auto Trait Implementations§
impl Freeze for NullCommitReporter
impl !RefUnwindSafe for NullCommitReporter
impl Send for NullCommitReporter
impl Sync for NullCommitReporter
impl Unpin for NullCommitReporter
impl UnwindSafe for NullCommitReporter
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