pub struct DeleteFunctionBuilder { /* private fields */ }Expand description
Builder for deleting a function
Implementations§
Source§impl DeleteFunctionBuilder
impl DeleteFunctionBuilder
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 function is not empty.
Trait Implementations§
Source§impl IntoFuture for DeleteFunctionBuilder
impl IntoFuture for DeleteFunctionBuilder
Source§type IntoFuture = Pin<Box<dyn Future<Output = <DeleteFunctionBuilder as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <DeleteFunctionBuilder 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 DeleteFunctionBuilder
impl !UnwindSafe for DeleteFunctionBuilder
impl Freeze for DeleteFunctionBuilder
impl Send for DeleteFunctionBuilder
impl Sync for DeleteFunctionBuilder
impl Unpin for DeleteFunctionBuilder
impl UnsafeUnpin for DeleteFunctionBuilder
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