pub struct AwaitingConsent;Expand description
Consent has been requested for specific scopes but not yet granted.
Trait Implementations§
impl ConversationState for AwaitingConsent
Auto Trait Implementations§
impl Freeze for AwaitingConsent
impl RefUnwindSafe for AwaitingConsent
impl Send for AwaitingConsent
impl Sync for AwaitingConsent
impl Unpin for AwaitingConsent
impl UnsafeUnpin for AwaitingConsent
impl UnwindSafe for AwaitingConsent
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