pub struct Consented;Expand description
Consent is held as a minted capability; scoped actions may proceed.
Trait Implementations§
impl ConversationState for Consented
Auto Trait Implementations§
impl Freeze for Consented
impl RefUnwindSafe for Consented
impl Send for Consented
impl Sync for Consented
impl Unpin for Consented
impl UnsafeUnpin for Consented
impl UnwindSafe for Consented
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