pub struct Orchestrator { /* private fields */ }Trait Implementations§
Source§impl Borrow<SessionManager<InterfaceAdapter>> for Orchestrator
impl Borrow<SessionManager<InterfaceAdapter>> for Orchestrator
Source§fn borrow(&self) -> &SessionManager<InterfaceAdapter>
fn borrow(&self) -> &SessionManager<InterfaceAdapter>
Immutably borrows from an owned value. Read more
Auto Trait Implementations§
impl !Freeze for Orchestrator
impl !RefUnwindSafe for Orchestrator
impl Send for Orchestrator
impl Sync for Orchestrator
impl Unpin for Orchestrator
impl UnsafeUnpin for Orchestrator
impl !UnwindSafe for Orchestrator
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