[][src]Struct onedrive_api::option::DriveItemPutOption

pub struct DriveItemPutOption { /* fields omitted */ }

Option for PUT-like requests of DriveItem.

Methods

impl DriveItemPutOption[src]

pub fn new() -> Self[src]

Create an empty (default) option.

pub fn if_match(self, tag: &Tag) -> Self[src]

Only response if the object matches the tag.

See also

ObjectOption::if_match

pub fn conflict_behavior(self, conflict_behavior: ConflictBehavior) -> Self[src]

Specify the behavior if the target item already exists.

Note

This not only available for DELETE-like requests. Read the docs first.

See also

@microsoft.graph.conflictBehavior of DriveItem on Microsoft Docs

Trait Implementations

impl Default for DriveItemPutOption[src]

impl Debug for DriveItemPutOption[src]

Auto Trait Implementations

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 = !

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

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

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