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