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