pub struct Identifiers<'a> { /* private fields */ }
Expand description
Implementations§
Source§impl<'a> Identifiers<'a>
impl<'a> Identifiers<'a>
Sourcepub async fn next(&mut self) -> Option<Result<AuthorizedIdentifier<'a>, Error>>
pub async fn next(&mut self) -> Option<Result<AuthorizedIdentifier<'a>, Error>>
Yield the next Identifier
, fetching the authorization’s state if
we don’t have it yet
Auto Trait Implementations§
impl<'a> Freeze for Identifiers<'a>
impl<'a> !RefUnwindSafe for Identifiers<'a>
impl<'a> Send for Identifiers<'a>
impl<'a> Sync for Identifiers<'a>
impl<'a> Unpin for Identifiers<'a>
impl<'a> !UnwindSafe for Identifiers<'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