pub struct RegisterIntentResponse {
pub intent_id: Option<String>,
}Fields§
§intent_id: Option<String>Implementations§
Source§impl RegisterIntentResponse
impl RegisterIntentResponse
pub fn new() -> RegisterIntentResponse
Trait Implementations§
Source§impl Clone for RegisterIntentResponse
impl Clone for RegisterIntentResponse
Source§fn clone(&self) -> RegisterIntentResponse
fn clone(&self) -> RegisterIntentResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RegisterIntentResponse
impl Debug for RegisterIntentResponse
Source§impl Default for RegisterIntentResponse
impl Default for RegisterIntentResponse
Source§fn default() -> RegisterIntentResponse
fn default() -> RegisterIntentResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RegisterIntentResponse
impl<'de> Deserialize<'de> for RegisterIntentResponse
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 RegisterIntentResponse
impl PartialEq for RegisterIntentResponse
Source§fn eq(&self, other: &RegisterIntentResponse) -> bool
fn eq(&self, other: &RegisterIntentResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RegisterIntentResponse
impl Serialize for RegisterIntentResponse
impl StructuralPartialEq for RegisterIntentResponse
Auto Trait Implementations§
impl Freeze for RegisterIntentResponse
impl RefUnwindSafe for RegisterIntentResponse
impl Send for RegisterIntentResponse
impl Sync for RegisterIntentResponse
impl Unpin for RegisterIntentResponse
impl UnsafeUnpin for RegisterIntentResponse
impl UnwindSafe for RegisterIntentResponse
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