Struct botx_api::api::v3::chats::disable_stealth::models::DisableStealthRequestBuilder
source · pub struct DisableStealthRequestBuilder { /* private fields */ }Expand description
Builder for DisableStealthRequest.
Implementations§
source§impl DisableStealthRequestBuilder
impl DisableStealthRequestBuilder
sourcepub fn with_group_chat_id<VALUE: Into<Uuid>>(
&mut self,
value: VALUE
) -> &mut Self
pub fn with_group_chat_id<VALUE: Into<Uuid>>( &mut self, value: VALUE ) -> &mut Self
Идентификатор чата
sourcepub fn build(
&self
) -> Result<DisableStealthRequest, DisableStealthRequestBuilderError>
pub fn build( &self ) -> Result<DisableStealthRequest, DisableStealthRequestBuilderError>
Trait Implementations§
source§impl Clone for DisableStealthRequestBuilder
impl Clone for DisableStealthRequestBuilder
source§fn clone(&self) -> DisableStealthRequestBuilder
fn clone(&self) -> DisableStealthRequestBuilder
Returns a copy 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 RefUnwindSafe for DisableStealthRequestBuilder
impl Send for DisableStealthRequestBuilder
impl Sync for DisableStealthRequestBuilder
impl Unpin for DisableStealthRequestBuilder
impl UnwindSafe for DisableStealthRequestBuilder
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