pub struct GetChatBuilder { /* private fields */ }Expand description
Builder for the GetChat structure
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetChatBuilder
impl RefUnwindSafe for GetChatBuilder
impl Send for GetChatBuilder
impl Sync for GetChatBuilder
impl Unpin for GetChatBuilder
impl UnwindSafe for GetChatBuilder
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