pub struct AddPollTargetResponse {
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 AddPollTargetResponse
impl Clone for AddPollTargetResponse
Source§fn clone(&self) -> AddPollTargetResponse
fn clone(&self) -> AddPollTargetResponse
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 AddPollTargetResponse
impl Debug for AddPollTargetResponse
Source§impl Default for AddPollTargetResponse
impl Default for AddPollTargetResponse
Source§fn default() -> AddPollTargetResponse
fn default() -> AddPollTargetResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddPollTargetResponse
impl<'de> Deserialize<'de> for AddPollTargetResponse
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 AddPollTargetResponse
impl PartialEq for AddPollTargetResponse
Source§impl Serialize for AddPollTargetResponse
impl Serialize for AddPollTargetResponse
impl Eq for AddPollTargetResponse
impl StructuralPartialEq for AddPollTargetResponse
Auto Trait Implementations§
impl Freeze for AddPollTargetResponse
impl RefUnwindSafe for AddPollTargetResponse
impl Send for AddPollTargetResponse
impl Sync for AddPollTargetResponse
impl Unpin for AddPollTargetResponse
impl UnwindSafe for AddPollTargetResponse
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