pub struct DfnsDelegatedApiClientOptions {
pub base: DfnsBaseApiOptions,
}Fields§
§base: DfnsBaseApiOptionsTrait Implementations§
Source§impl Clone for DfnsDelegatedApiClientOptions
impl Clone for DfnsDelegatedApiClientOptions
Source§fn clone(&self) -> DfnsDelegatedApiClientOptions
fn clone(&self) -> DfnsDelegatedApiClientOptions
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for DfnsDelegatedApiClientOptions
impl RefUnwindSafe for DfnsDelegatedApiClientOptions
impl Send for DfnsDelegatedApiClientOptions
impl Sync for DfnsDelegatedApiClientOptions
impl Unpin for DfnsDelegatedApiClientOptions
impl UnwindSafe for DfnsDelegatedApiClientOptions
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