pub struct StopTypingRequestBuilder { /* private fields */ }Expand description
Builder for StopTypingRequest.
Implementations§
Source§impl StopTypingRequestBuilder
impl StopTypingRequestBuilder
pub fn with_group_chat_id<VALUE: Into<Uuid>>( &mut self, value: VALUE, ) -> &mut Self
Sourcepub fn build(&self) -> Result<StopTypingRequest, StopTypingRequestBuilderError>
pub fn build(&self) -> Result<StopTypingRequest, StopTypingRequestBuilderError>
Trait Implementations§
Source§impl Clone for StopTypingRequestBuilder
impl Clone for StopTypingRequestBuilder
Source§fn clone(&self) -> StopTypingRequestBuilder
fn clone(&self) -> StopTypingRequestBuilder
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 moreAuto Trait Implementations§
impl Freeze for StopTypingRequestBuilder
impl RefUnwindSafe for StopTypingRequestBuilder
impl Send for StopTypingRequestBuilder
impl Sync for StopTypingRequestBuilder
impl Unpin for StopTypingRequestBuilder
impl UnwindSafe for StopTypingRequestBuilder
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