pub struct conversations;Available on crate feature
blox only.Expand description
Conversations select
Trait Implementations§
Source§impl Clone for conversations
impl Clone for conversations
Source§fn clone(&self) -> conversations
fn clone(&self) -> conversations
Returns a duplicate 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 conversations
impl Debug for conversations
Source§impl SelectSubBuilder<multi> for conversations
impl SelectSubBuilder<multi> for conversations
Source§type SubBuilder = ConversationBuilder<'static, Multi, RequiredMethodNotCalled<placeholder>, RequiredMethodNotCalled<action_id>, OptionalMethodNotCalled<initial_channel>>
type SubBuilder = ConversationBuilder<'static, Multi, RequiredMethodNotCalled<placeholder>, RequiredMethodNotCalled<action_id>, OptionalMethodNotCalled<initial_channel>>
Builder associated with marker struct
Source§fn builder() -> Self::SubBuilder
fn builder() -> Self::SubBuilder
Create the builder
Source§impl SelectSubBuilder<single> for conversations
impl SelectSubBuilder<single> for conversations
Source§type SubBuilder = ConversationBuilder<'static, Single, RequiredMethodNotCalled<placeholder>, RequiredMethodNotCalled<action_id>, OptionalMethodNotCalled<initial_channel>>
type SubBuilder = ConversationBuilder<'static, Single, RequiredMethodNotCalled<placeholder>, RequiredMethodNotCalled<action_id>, OptionalMethodNotCalled<initial_channel>>
Builder associated with marker struct
Source§fn builder() -> Self::SubBuilder
fn builder() -> Self::SubBuilder
Create the builder
impl Copy for conversations
Auto Trait Implementations§
impl Freeze for conversations
impl RefUnwindSafe for conversations
impl Send for conversations
impl Sync for conversations
impl Unpin for conversations
impl UnwindSafe for conversations
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