pub struct IndexStatusDefinition {
pub bucket: String,
pub definition: String,
pub collection: Option<String>,
pub scope: Option<String>,
pub index_name: String,
pub status: String,
pub storage_mode: String,
pub replicas: u8,
}Fields§
§bucket: String§definition: String§collection: Option<String>§scope: Option<String>§index_name: String§status: String§storage_mode: String§replicas: u8Trait Implementations§
Source§impl Debug for IndexStatusDefinition
impl Debug for IndexStatusDefinition
Source§impl<'de> Deserialize<'de> for IndexStatusDefinition
impl<'de> Deserialize<'de> for IndexStatusDefinition
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 Freeze for IndexStatusDefinition
impl RefUnwindSafe for IndexStatusDefinition
impl Send for IndexStatusDefinition
impl Sync for IndexStatusDefinition
impl Unpin for IndexStatusDefinition
impl UnsafeUnpin for IndexStatusDefinition
impl UnwindSafe for IndexStatusDefinition
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