pub struct SendChatActionBuilder { /* private fields */ }Expand description
Builder for the SendChatAction structure
Implementations§
Trait Implementations§
Source§impl Builder for SendChatActionBuilder
impl Builder for SendChatActionBuilder
Source§type Value = SendChatAction
type Value = SendChatAction
Type to be built
Auto Trait Implementations§
impl Freeze for SendChatActionBuilder
impl RefUnwindSafe for SendChatActionBuilder
impl Send for SendChatActionBuilder
impl Sync for SendChatActionBuilder
impl Unpin for SendChatActionBuilder
impl UnwindSafe for SendChatActionBuilder
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