pub enum RepositoryWriteOperation<'a> {
PathWritten(RepositoryWrite<'a>),
Noop(Cow<'a, str>, u64),
}Expand description
Describes the result of a repository write operation.
Variants
PathWritten(RepositoryWrite<'a>)
A path was written.
Noop(Cow<'a, str>, u64)
The operation didn’t do anything meaningful.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for RepositoryWriteOperation<'a>
impl<'a> Send for RepositoryWriteOperation<'a>
impl<'a> Sync for RepositoryWriteOperation<'a>
impl<'a> Unpin for RepositoryWriteOperation<'a>
impl<'a> UnwindSafe for RepositoryWriteOperation<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more