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