pub struct Authorizations<'a> { /* private fields */ }
Expand description
Implementations§
Source§impl Authorizations<'_>
impl Authorizations<'_>
Sourcepub async fn next(&mut self) -> Option<Result<AuthorizationHandle<'_>, Error>>
pub async fn next(&mut self) -> Option<Result<AuthorizationHandle<'_>, Error>>
Yield the next AuthorizationHandle
, fetching its state if we don’t have it yet
Auto Trait Implementations§
impl<'a> Freeze for Authorizations<'a>
impl<'a> !RefUnwindSafe for Authorizations<'a>
impl<'a> Send for Authorizations<'a>
impl<'a> Sync for Authorizations<'a>
impl<'a> Unpin for Authorizations<'a>
impl<'a> !UnwindSafe for Authorizations<'a>
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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