pub struct SignersClient { /* private fields */ }
Implementations§
Source§impl SignersClient
impl SignersClient
pub fn new(api_options: DfnsApiClientOptions) -> Self
pub async fn list_signers(&self) -> Result<ListSignersResponse, DfnsError>
Trait Implementations§
Source§impl Clone for SignersClient
impl Clone for SignersClient
Source§fn clone(&self) -> SignersClient
fn clone(&self) -> SignersClient
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SignersClient
impl Debug for SignersClient
Source§impl PartialEq for SignersClient
impl PartialEq for SignersClient
impl StructuralPartialEq for SignersClient
Auto Trait Implementations§
impl Freeze for SignersClient
impl !RefUnwindSafe for SignersClient
impl Send for SignersClient
impl Sync for SignersClient
impl Unpin for SignersClient
impl !UnwindSafe for SignersClient
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