pub struct SetPurposeResponse {
pub ok: bool,
pub error: Option<String>,
pub response_metadata: Option<ResponseMetadata>,
pub purpose: Option<String>,
}Fields§
§ok: bool§error: Option<String>§response_metadata: Option<ResponseMetadata>§purpose: Option<String>Trait Implementations§
Source§impl Debug for SetPurposeResponse
impl Debug for SetPurposeResponse
Source§impl Default for SetPurposeResponse
impl Default for SetPurposeResponse
Source§fn default() -> SetPurposeResponse
fn default() -> SetPurposeResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetPurposeResponse
impl<'de> Deserialize<'de> for SetPurposeResponse
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 SetPurposeResponse
impl PartialEq for SetPurposeResponse
Source§impl Serialize for SetPurposeResponse
impl Serialize for SetPurposeResponse
impl StructuralPartialEq for SetPurposeResponse
Auto Trait Implementations§
impl Freeze for SetPurposeResponse
impl RefUnwindSafe for SetPurposeResponse
impl Send for SetPurposeResponse
impl Sync for SetPurposeResponse
impl Unpin for SetPurposeResponse
impl UnwindSafe for SetPurposeResponse
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