pub struct ListKeys<'a> { /* private fields */ }Expand description
A request to obtain a list of keys associated with an account.
Use ListKeysBuilder to create a ListKeys, then pass it to
list_keys to obtain the list of keys.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ListKeys<'a>
impl<'a> RefUnwindSafe for ListKeys<'a>
impl<'a> Send for ListKeys<'a>
impl<'a> Sync for ListKeys<'a>
impl<'a> Unpin for ListKeys<'a>
impl<'a> UnwindSafe for ListKeys<'a>
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