pub struct ManagedClient;Implementations§
Source§impl ManagedClient
impl ManagedClient
pub fn start(config: ClientConfig) -> Result<ManagedClientSession, ClientError>
pub fn start_with_subscription( config: ClientConfig, subscriber_config: SubscriberConfig, ) -> Result<(ManagedClientSession, EventSubscription), ClientError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ManagedClient
impl RefUnwindSafe for ManagedClient
impl Send for ManagedClient
impl Sync for ManagedClient
impl Unpin for ManagedClient
impl UnsafeUnpin for ManagedClient
impl UnwindSafe for ManagedClient
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