pub enum LooseFunctionName {
Name(WillBe<FunctionName>),
Arn(WillBe<FunctionArn>),
Partial(WillBe<PartialArn>),
}
Available on crate feature
lambda
only.Variants§
Trait Implementations§
Source§impl Clone for LooseFunctionName
impl Clone for LooseFunctionName
Source§fn clone(&self) -> LooseFunctionName
fn clone(&self) -> LooseFunctionName
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 LooseFunctionName
impl Debug for LooseFunctionName
Source§impl From<WillBe<FunctionArn>> for LooseFunctionName
impl From<WillBe<FunctionArn>> for LooseFunctionName
Source§fn from(value: WillBe<FunctionArn>) -> Self
fn from(value: WillBe<FunctionArn>) -> Self
Converts to this type from the input type.
Source§impl From<WillBe<FunctionName>> for LooseFunctionName
impl From<WillBe<FunctionName>> for LooseFunctionName
Source§fn from(value: WillBe<FunctionName>) -> Self
fn from(value: WillBe<FunctionName>) -> Self
Converts to this type from the input type.
Source§impl From<WillBe<PartialArn>> for LooseFunctionName
impl From<WillBe<PartialArn>> for LooseFunctionName
Source§fn from(value: WillBe<PartialArn>) -> Self
fn from(value: WillBe<PartialArn>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LooseFunctionName
impl !RefUnwindSafe for LooseFunctionName
impl !Send for LooseFunctionName
impl !Sync for LooseFunctionName
impl Unpin for LooseFunctionName
impl !UnwindSafe for LooseFunctionName
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