#[non_exhaustive]pub struct UndeployIndexResponse { /* private fields */ }Expand description
Response message for IndexEndpointService.UndeployIndex.
Implementations§
Trait Implementations§
Source§impl Clone for UndeployIndexResponse
impl Clone for UndeployIndexResponse
Source§fn clone(&self) -> UndeployIndexResponse
fn clone(&self) -> UndeployIndexResponse
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 UndeployIndexResponse
impl Debug for UndeployIndexResponse
Source§impl Default for UndeployIndexResponse
impl Default for UndeployIndexResponse
Source§fn default() -> UndeployIndexResponse
fn default() -> UndeployIndexResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UndeployIndexResponsewhere
UndeployIndexResponse: Default,
impl<'de> Deserialize<'de> for UndeployIndexResponsewhere
UndeployIndexResponse: Default,
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 Message for UndeployIndexResponse
impl Message for UndeployIndexResponse
Source§impl PartialEq for UndeployIndexResponse
impl PartialEq for UndeployIndexResponse
Source§impl Serialize for UndeployIndexResponse
impl Serialize for UndeployIndexResponse
impl StructuralPartialEq for UndeployIndexResponse
Auto Trait Implementations§
impl Freeze for UndeployIndexResponse
impl RefUnwindSafe for UndeployIndexResponse
impl Send for UndeployIndexResponse
impl Sync for UndeployIndexResponse
impl Unpin for UndeployIndexResponse
impl UnwindSafe for UndeployIndexResponse
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