pub struct DeleteExternalLocationBuilder { /* private fields */ }Expand description
Builder for deleting a external location
Implementations§
Source§impl DeleteExternalLocationBuilder
impl DeleteExternalLocationBuilder
Sourcepub fn with_force(self, force: impl Into<Option<bool>>) -> Self
pub fn with_force(self, force: impl Into<Option<bool>>) -> Self
Force deletion even if the external location is not empty.
Trait Implementations§
Source§impl IntoFuture for DeleteExternalLocationBuilder
impl IntoFuture for DeleteExternalLocationBuilder
Source§type IntoFuture = Pin<Box<dyn Future<Output = <DeleteExternalLocationBuilder as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <DeleteExternalLocationBuilder as IntoFuture>::Output> + Send>>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for DeleteExternalLocationBuilder
impl !UnwindSafe for DeleteExternalLocationBuilder
impl Freeze for DeleteExternalLocationBuilder
impl Send for DeleteExternalLocationBuilder
impl Sync for DeleteExternalLocationBuilder
impl Unpin for DeleteExternalLocationBuilder
impl UnsafeUnpin for DeleteExternalLocationBuilder
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