pub struct UpdateFunctionBuilder { /* private fields */ }Expand description
Builder for updating a function
Implementations§
Source§impl UpdateFunctionBuilder
impl UpdateFunctionBuilder
Sourcepub fn with_owner(self, owner: impl Into<Option<String>>) -> Self
pub fn with_owner(self, owner: impl Into<Option<String>>) -> Self
Username of new owner of the function.
Trait Implementations§
Source§impl IntoFuture for UpdateFunctionBuilder
impl IntoFuture for UpdateFunctionBuilder
Source§type IntoFuture = Pin<Box<dyn Future<Output = <UpdateFunctionBuilder as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <UpdateFunctionBuilder 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 UpdateFunctionBuilder
impl !UnwindSafe for UpdateFunctionBuilder
impl Freeze for UpdateFunctionBuilder
impl Send for UpdateFunctionBuilder
impl Sync for UpdateFunctionBuilder
impl Unpin for UpdateFunctionBuilder
impl UnsafeUnpin for UpdateFunctionBuilder
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