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