pub struct BankingOrchestratorBuilder { /* private fields */ }Expand description
Builder for BankingOrchestrator.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BankingOrchestratorBuilder
impl RefUnwindSafe for BankingOrchestratorBuilder
impl Send for BankingOrchestratorBuilder
impl Sync for BankingOrchestratorBuilder
impl Unpin for BankingOrchestratorBuilder
impl UnwindSafe for BankingOrchestratorBuilder
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