[][src]Struct dropbox_sdk::dbx_async::PollArg

pub struct PollArg {
    pub async_job_id: AsyncJobId,
}

Arguments for methods that poll the status of an asynchronous job.

Fields

async_job_id: AsyncJobId

Id of the asynchronous job. This is the value of a response returned from the method that launched the job.

Methods

impl PollArg[src]

pub fn new(async_job_id: AsyncJobId) -> Self[src]

Trait Implementations

impl Debug for PollArg[src]

impl Serialize for PollArg[src]

impl<'de> Deserialize<'de> for PollArg[src]

Auto Trait Implementations

impl Unpin for PollArg

impl Sync for PollArg

impl Send for PollArg

impl UnwindSafe for PollArg

impl RefUnwindSafe for PollArg

Blanket Implementations

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

impl<T> From<T> for T[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> Typeable for T where
    T: Any

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]