pub struct LambdaResourcePolicyLookup { /* private fields */ }Implementations§
Source§impl LambdaResourcePolicyLookup
impl LambdaResourcePolicyLookup
pub fn new(store: AccountRegionStore<LambdaState>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LambdaResourcePolicyLookup
impl !RefUnwindSafe for LambdaResourcePolicyLookup
impl Send for LambdaResourcePolicyLookup
impl Sync for LambdaResourcePolicyLookup
impl Unpin for LambdaResourcePolicyLookup
impl UnsafeUnpin for LambdaResourcePolicyLookup
impl !UnwindSafe for LambdaResourcePolicyLookup
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