pub struct DeletionResult {
pub deleted_files: Vec<String>,
pub cleaned_directories: Vec<String>,
}
Expand description
Result of a document deletion operation
Fields§
§deleted_files: Vec<String>
§cleaned_directories: Vec<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeletionResult
impl RefUnwindSafe for DeletionResult
impl Send for DeletionResult
impl Sync for DeletionResult
impl Unpin for DeletionResult
impl UnwindSafe for DeletionResult
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
Source§impl<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expression
fn into_sql<T>(self) -> Self::Expression
Convert
self
to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
Convert
&self
to an expression for Diesel’s query builder. Read more