pub struct PostCommitEvent {
pub deltas: CowVec<Delta>,
pub version: CommitVersion,
}Fields§
§deltas: CowVec<Delta>§version: CommitVersionTrait Implementations§
Source§impl Clone for PostCommitEvent
impl Clone for PostCommitEvent
Source§fn clone(&self) -> PostCommitEvent
fn clone(&self) -> PostCommitEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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§
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