pub struct RemovePollTargetResponse {
pub error: Option<PollingError>,
}
Expand description
If the request was not successful it will contain an error
Fields§
§error: Option<PollingError>
Trait Implementations§
Source§impl Clone for RemovePollTargetResponse
impl Clone for RemovePollTargetResponse
Source§fn clone(&self) -> RemovePollTargetResponse
fn clone(&self) -> RemovePollTargetResponse
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 RemovePollTargetResponse
impl Debug for RemovePollTargetResponse
Source§impl Default for RemovePollTargetResponse
impl Default for RemovePollTargetResponse
Source§fn default() -> RemovePollTargetResponse
fn default() -> RemovePollTargetResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RemovePollTargetResponse
impl<'de> Deserialize<'de> for RemovePollTargetResponse
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 RemovePollTargetResponse
impl PartialEq for RemovePollTargetResponse
Source§impl Serialize for RemovePollTargetResponse
impl Serialize for RemovePollTargetResponse
impl Eq for RemovePollTargetResponse
impl StructuralPartialEq for RemovePollTargetResponse
Auto Trait Implementations§
impl Freeze for RemovePollTargetResponse
impl RefUnwindSafe for RemovePollTargetResponse
impl Send for RemovePollTargetResponse
impl Sync for RemovePollTargetResponse
impl Unpin for RemovePollTargetResponse
impl UnwindSafe for RemovePollTargetResponse
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