pub struct LoadIdentityResolvingKeysReply;
Expand description
Reply for LoadIdentityResolvingKeys
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoadIdentityResolvingKeysReply
impl RefUnwindSafe for LoadIdentityResolvingKeysReply
impl Send for LoadIdentityResolvingKeysReply
impl Sync for LoadIdentityResolvingKeysReply
impl Unpin for LoadIdentityResolvingKeysReply
impl UnwindSafe for LoadIdentityResolvingKeysReply
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