Enum ethers_providers::Authorization
source · Expand description
Basic or bearer authentication in http or websocket transport
Use to inject username and password or an auth token into requests
Variants§
Implementations§
Trait Implementations§
source§impl Clone for Authorization
impl Clone for Authorization
source§fn clone(&self) -> Authorization
fn clone(&self) -> Authorization
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 more