pub struct IntentListParams {
pub filter_outcome: Option<String>,
}Fields§
§filter_outcome: Option<String>“Cleared” | “Blocked” | “ClarificationRequired”
Trait Implementations§
Source§impl Clone for IntentListParams
impl Clone for IntentListParams
Source§fn clone(&self) -> IntentListParams
fn clone(&self) -> IntentListParams
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 IntentListParams
impl Debug for IntentListParams
Source§impl<'de> Deserialize<'de> for IntentListParams
impl<'de> Deserialize<'de> for IntentListParams
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
Auto Trait Implementations§
impl Freeze for IntentListParams
impl RefUnwindSafe for IntentListParams
impl Send for IntentListParams
impl Sync for IntentListParams
impl Unpin for IntentListParams
impl UnsafeUnpin for IntentListParams
impl UnwindSafe for IntentListParams
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