pub struct Serverless<'a> {
pub client: &'a Client,
}Expand description
Holds Serverless related functions accessible on the client.
Fields§
§client: &'a ClientImplementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Serverless<'a>
impl<'a> !UnwindSafe for Serverless<'a>
impl<'a> Freeze for Serverless<'a>
impl<'a> Send for Serverless<'a>
impl<'a> Sync for Serverless<'a>
impl<'a> Unpin for Serverless<'a>
impl<'a> UnsafeUnpin for Serverless<'a>
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