Struct meilisearch_sdk::dumps::DumpInfo [−][src]
pub struct DumpInfo {
pub uid: String,
pub status: DumpStatus,
pub error: Option<Value>,
pub started_at: Option<String>,
pub finished_at: Option<String>,
}Expand description
Limited informations about a dump.
Can be obtained with create_dump and get_dump_status methods.
Fields
uid: Stringstatus: DumpStatuserror: Option<Value>started_at: Option<String>finished_at: Option<String>Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for DumpInfo
impl UnwindSafe for DumpInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
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
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
