pub struct PostCommitEvent {
pub deltas: CowVec<Delta>,
pub version: CommitVersion,
}Fields§
§deltas: CowVec<Delta>§version: CommitVersionTrait Implementations§
Source§impl Debug for PostCommitEvent
impl Debug for PostCommitEvent
Auto Trait Implementations§
impl Freeze for PostCommitEvent
impl RefUnwindSafe for PostCommitEvent
impl Send for PostCommitEvent
impl Sync for PostCommitEvent
impl Unpin for PostCommitEvent
impl UnwindSafe for PostCommitEvent
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more