pub struct GatewayRuntime { /* private fields */ }Implementations§
Source§impl GatewayRuntime
impl GatewayRuntime
pub fn new(config: GatewayConfig) -> Result<Self, GatewayManagerError>
pub fn manager(&self) -> Arc<GatewayManager>
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 Freeze for GatewayRuntime
impl !RefUnwindSafe for GatewayRuntime
impl Send for GatewayRuntime
impl Sync for GatewayRuntime
impl Unpin for GatewayRuntime
impl UnsafeUnpin for GatewayRuntime
impl !UnwindSafe 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