pub struct GatewayRuntime { /* private fields */ }Implementations§
Source§impl GatewayRuntime
impl GatewayRuntime
pub fn from_config( config: GatewayConfig, stl: PathBuf, timeout: Duration, ) -> Result<Self>
pub fn listeners_from_config( config: GatewayConfig, stl: PathBuf, timeout: Duration, ) -> Result<Vec<GatewayListener>>
Trait Implementations§
Source§impl Clone for GatewayRuntime
impl Clone for GatewayRuntime
Source§fn clone(&self) -> GatewayRuntime
fn clone(&self) -> GatewayRuntime
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for GatewayRuntime
impl !UnwindSafe for GatewayRuntime
impl Freeze for GatewayRuntime
impl Send for GatewayRuntime
impl Sync for GatewayRuntime
impl Unpin for GatewayRuntime
impl UnsafeUnpin for GatewayRuntime
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