pub struct RetrieveChatbotInfoResultCallbackContextWrapper(pub NonNull<RetrieveChatbotInfoResultCallbackContext>);
Tuple Fields§
§0: NonNull<RetrieveChatbotInfoResultCallbackContext>
Trait Implementations§
impl Send for RetrieveChatbotInfoResultCallbackContextWrapper
Auto Trait Implementations§
impl Freeze for RetrieveChatbotInfoResultCallbackContextWrapper
impl RefUnwindSafe for RetrieveChatbotInfoResultCallbackContextWrapper
impl !Sync for RetrieveChatbotInfoResultCallbackContextWrapper
impl Unpin for RetrieveChatbotInfoResultCallbackContextWrapper
impl UnwindSafe for RetrieveChatbotInfoResultCallbackContextWrapper
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