Struct meilisearch_sdk::tasks::DumpCreation
source · pub struct DumpCreation {
pub dump_uid: Option<String>,
}Fields§
§dump_uid: Option<String>Trait Implementations§
source§impl Clone for DumpCreation
impl Clone for DumpCreation
source§fn clone(&self) -> DumpCreation
fn clone(&self) -> DumpCreation
Returns a copy 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 DumpCreation
impl Debug for DumpCreation
source§impl<'de> Deserialize<'de> for DumpCreation
impl<'de> Deserialize<'de> for DumpCreation
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
Auto Trait Implementations§
impl RefUnwindSafe for DumpCreation
impl Send for DumpCreation
impl Sync for DumpCreation
impl Unpin for DumpCreation
impl UnwindSafe for DumpCreation
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