pub enum ApiGatewayMsg {
Stop,
}Variants§
Stop
Auto Trait Implementations§
impl Freeze for ApiGatewayMsg
impl RefUnwindSafe for ApiGatewayMsg
impl Send for ApiGatewayMsg
impl Sync for ApiGatewayMsg
impl Unpin for ApiGatewayMsg
impl UnsafeUnpin for ApiGatewayMsg
impl UnwindSafe for ApiGatewayMsg
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