pub struct DriveItemPutOption { /* private fields */ }Expand description
Option for PUT-like requests of DriveItem.
Implementations§
Source§impl DriveItemPutOption
impl DriveItemPutOption
Sourcepub fn conflict_behavior(self, conflict_behavior: ConflictBehavior) -> Self
pub fn conflict_behavior(self, conflict_behavior: ConflictBehavior) -> Self
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§
Source§impl Clone for DriveItemPutOption
impl Clone for DriveItemPutOption
Source§fn clone(&self) -> DriveItemPutOption
fn clone(&self) -> DriveItemPutOption
Returns a duplicate 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 moreSource§impl Debug for DriveItemPutOption
impl Debug for DriveItemPutOption
Source§impl Default for DriveItemPutOption
impl Default for DriveItemPutOption
Source§fn default() -> DriveItemPutOption
fn default() -> DriveItemPutOption
Returns the “default value” for a type. Read more
Source§impl PartialEq for DriveItemPutOption
impl PartialEq for DriveItemPutOption
impl Eq for DriveItemPutOption
impl StructuralPartialEq for DriveItemPutOption
Auto Trait Implementations§
impl Freeze for DriveItemPutOption
impl RefUnwindSafe for DriveItemPutOption
impl Send for DriveItemPutOption
impl Sync for DriveItemPutOption
impl Unpin for DriveItemPutOption
impl UnwindSafe for DriveItemPutOption
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.