pub struct ExportFileResponse(pub ExportProgress);
Available on crate feature
rpc
only.Expand description
Progress messages for an doc export operation
An export operation involves reading the entry from the database ans saving the entry to the
given outpath
Tuple Fields§
§0: ExportProgress
Trait Implementations§
Source§impl Debug for ExportFileResponse
impl Debug for ExportFileResponse
Source§impl<'de> Deserialize<'de> for ExportFileResponse
impl<'de> Deserialize<'de> for ExportFileResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ExportFileResponse> for ExportProgress
impl From<ExportFileResponse> for ExportProgress
Source§fn from(value: ExportFileResponse) -> Self
fn from(value: ExportFileResponse) -> Self
Converts to this type from the input type.
Source§impl From<ExportFileResponse> for Response
impl From<ExportFileResponse> for Response
Source§fn from(value: ExportFileResponse) -> Self
fn from(value: ExportFileResponse) -> Self
Converts to this type from the input type.
Source§impl Serialize for ExportFileResponse
impl Serialize for ExportFileResponse
Source§impl<'a> TryFrom<&'a Response> for &'a ExportFileResponse
impl<'a> TryFrom<&'a Response> for &'a ExportFileResponse
Auto Trait Implementations§
impl !Freeze for ExportFileResponse
impl RefUnwindSafe for ExportFileResponse
impl Send for ExportFileResponse
impl Sync for ExportFileResponse
impl Unpin for ExportFileResponse
impl UnwindSafe for ExportFileResponse
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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