pub struct RemovePoolItemResponse { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for RemovePoolItemResponse
impl Clone for RemovePoolItemResponse
source§fn clone(&self) -> RemovePoolItemResponse
fn clone(&self) -> RemovePoolItemResponse
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 RemovePoolItemResponse
impl Debug for RemovePoolItemResponse
source§impl<T> From<RemovePoolItemResponse> for ThreadRequestResponse<T>where
T: PoolItem,
impl<T> From<RemovePoolItemResponse> for ThreadRequestResponse<T>where
T: PoolItem,
source§fn from(request: RemovePoolItemResponse) -> Self
fn from(request: RemovePoolItemResponse) -> Self
Converts to this type from the input type.
source§impl<P> From<ThreadRequestResponse<P>> for RemovePoolItemResponsewhere
P: PoolItem,
impl<P> From<ThreadRequestResponse<P>> for RemovePoolItemResponsewhere
P: PoolItem,
source§fn from(response: ThreadRequestResponse<P>) -> Self
fn from(response: ThreadRequestResponse<P>) -> Self
Converts to this type from the input type.
source§impl PartialEq for RemovePoolItemResponse
impl PartialEq for RemovePoolItemResponse
source§fn eq(&self, other: &RemovePoolItemResponse) -> bool
fn eq(&self, other: &RemovePoolItemResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for RemovePoolItemResponse
impl StructuralPartialEq for RemovePoolItemResponse
Auto Trait Implementations§
impl Freeze for RemovePoolItemResponse
impl RefUnwindSafe for RemovePoolItemResponse
impl Send for RemovePoolItemResponse
impl Sync for RemovePoolItemResponse
impl Unpin for RemovePoolItemResponse
impl UnwindSafe for RemovePoolItemResponse
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