[][src]Struct dbg_as_curl::AsCurl

pub struct AsCurl<'a> { /* fields omitted */ }

A wrapper around a request that displays as a cURL command.

Methods

impl<'a> AsCurl<'a>[src]

pub fn new(req: &'a Request) -> AsCurl<'a>[src]

Construct an instance of AsCurl with the given request.

pub fn compress(self) -> Self[src]

Adds '--compress' to the command line.

pub fn verbose(self) -> Self[src]

Adds '--verbose' to the command line.

Trait Implementations

impl<'a> Debug for AsCurl<'a>[src]

impl<'a> Display for AsCurl<'a>[src]

Auto Trait Implementations

impl<'a> Unpin for AsCurl<'a>

impl<'a> !Send for AsCurl<'a>

impl<'a> !Sync for AsCurl<'a>

impl<'a> !RefUnwindSafe for AsCurl<'a>

impl<'a> !UnwindSafe for AsCurl<'a>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err