pub struct DeleteFunction;Available on crate feature
iam only.Trait Implementations§
Source§impl Clone for DeleteFunction
impl Clone for DeleteFunction
Source§fn clone(&self) -> DeleteFunction
fn clone(&self) -> DeleteFunction
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 DeleteFunction
impl Debug for DeleteFunction
Source§impl Serialize for DeleteFunction
impl Serialize for DeleteFunction
impl Action for DeleteFunction
impl Copy for DeleteFunction
impl LambdaAction for DeleteFunction
Auto Trait Implementations§
impl Freeze for DeleteFunction
impl RefUnwindSafe for DeleteFunction
impl Send for DeleteFunction
impl Sync for DeleteFunction
impl Unpin for DeleteFunction
impl UnwindSafe for DeleteFunction
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