#[non_exhaustive]pub struct UndeployIndexResponse { /* private fields */ }Available on crate feature
index-endpoint-service only.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 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 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 Message for UndeployIndexResponse
impl Message for UndeployIndexResponse
Source§impl PartialEq for UndeployIndexResponse
impl PartialEq 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