pub struct R3ClientDeleteFileBuilder<'__f0, __State: __R3ClientDeleteFileBuilderState = (Required<String>,)> { /* private fields */ }
Expand description
Use builder syntax to set the required parameters and finish by calling the method Self::call()
.
Implementations§
source§impl<'__f0, __State: __R3ClientDeleteFileBuilderState> R3ClientDeleteFileBuilder<'__f0, __State>
impl<'__f0, __State: __R3ClientDeleteFileBuilderState> R3ClientDeleteFileBuilder<'__f0, __State>
source§impl<'__f0, __State: __R3ClientDeleteFileBuilderState<FileId = Required<String>>> R3ClientDeleteFileBuilder<'__f0, __State>
impl<'__f0, __State: __R3ClientDeleteFileBuilderState<FileId = Required<String>>> R3ClientDeleteFileBuilder<'__f0, __State>
sourcepub fn file_id(
self,
value: impl Into<String>,
) -> __R3ClientDeleteFileBuilderSetFileId<'__f0>
pub fn file_id( self, value: impl Into<String>, ) -> __R3ClientDeleteFileBuilderSetFileId<'__f0>
The ID of the file to delete.
You can get this from the response of R3Client::get_files()
.
Auto Trait Implementations§
impl<'__f0, __State> Freeze for R3ClientDeleteFileBuilder<'__f0, __State>where
<__State as __R3ClientDeleteFileBuilderState>::FileId: Freeze,
impl<'__f0, __State> RefUnwindSafe for R3ClientDeleteFileBuilder<'__f0, __State>where
<__State as __R3ClientDeleteFileBuilderState>::FileId: RefUnwindSafe,
__State: RefUnwindSafe,
impl<'__f0, __State> Send for R3ClientDeleteFileBuilder<'__f0, __State>
impl<'__f0, __State> Sync for R3ClientDeleteFileBuilder<'__f0, __State>
impl<'__f0, __State> Unpin for R3ClientDeleteFileBuilder<'__f0, __State>
impl<'__f0, __State> UnwindSafe for R3ClientDeleteFileBuilder<'__f0, __State>where
<__State as __R3ClientDeleteFileBuilderState>::FileId: UnwindSafe,
__State: UnwindSafe,
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