pub struct RequestChat { /* private fields */ }
Trait Implementations§
Source§impl Debug for RequestChat
impl Debug for RequestChat
Auto Trait Implementations§
impl Freeze for RequestChat
impl RefUnwindSafe for RequestChat
impl Send for RequestChat
impl Sync for RequestChat
impl Unpin for RequestChat
impl UnwindSafe for RequestChat
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