pub struct DuoRequest { /* private fields */ }Implementations§
Source§impl DuoRequest
impl DuoRequest
pub fn new( url: Url, method: Method, path: impl Into<String>, parameters: Parameters, ) -> Self
pub fn build( &self, client: &Client, ikey: &str, skey: &str, ) -> Result<Request, Box<dyn Error + Send + Sync>>
pub fn build_no_auth( &self, client: &Client, ) -> Result<Request, Box<dyn Error + Send + Sync>>
Auto Trait Implementations§
impl Freeze for DuoRequest
impl RefUnwindSafe for DuoRequest
impl Send for DuoRequest
impl Sync for DuoRequest
impl Unpin for DuoRequest
impl UnwindSafe for DuoRequest
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