pub struct PublicGetSupportedIndexNamesRequest {
pub type: Option<TypeOfSupportedIndex>,
}Fields§
§type: Option<TypeOfSupportedIndex>Trait Implementations§
Source§impl Clone for PublicGetSupportedIndexNamesRequest
impl Clone for PublicGetSupportedIndexNamesRequest
Source§fn clone(&self) -> PublicGetSupportedIndexNamesRequest
fn clone(&self) -> PublicGetSupportedIndexNamesRequest
Returns a duplicate 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 Default for PublicGetSupportedIndexNamesRequest
impl Default for PublicGetSupportedIndexNamesRequest
Source§fn default() -> PublicGetSupportedIndexNamesRequest
fn default() -> PublicGetSupportedIndexNamesRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PublicGetSupportedIndexNamesRequest
impl<'de> Deserialize<'de> for PublicGetSupportedIndexNamesRequest
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 PartialEq for PublicGetSupportedIndexNamesRequest
impl PartialEq for PublicGetSupportedIndexNamesRequest
Source§fn eq(&self, other: &PublicGetSupportedIndexNamesRequest) -> bool
fn eq(&self, other: &PublicGetSupportedIndexNamesRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PublicGetSupportedIndexNamesRequest
Auto Trait Implementations§
impl Freeze for PublicGetSupportedIndexNamesRequest
impl RefUnwindSafe for PublicGetSupportedIndexNamesRequest
impl Send for PublicGetSupportedIndexNamesRequest
impl Sync for PublicGetSupportedIndexNamesRequest
impl Unpin for PublicGetSupportedIndexNamesRequest
impl UnwindSafe for PublicGetSupportedIndexNamesRequest
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