pub struct Options {
pub base_url: String,
pub auth_token: String,
pub signer: Option<Arc<dyn UserActionSigner>>,
pub http: Option<Client>,
}Expand description
Configuration for the transport client.
Fields§
§base_url: String§auth_token: String§signer: Option<Arc<dyn UserActionSigner>>§http: Option<Client>Auto Trait Implementations§
impl !RefUnwindSafe for Options
impl !UnwindSafe for Options
impl Freeze for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnsafeUnpin for Options
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