pub struct FmpClientBuilder { /* private fields */ }Expand description
Builder for creating an FmpClient with custom configuration
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FmpClientBuilder
impl RefUnwindSafe for FmpClientBuilder
impl Send for FmpClientBuilder
impl Sync for FmpClientBuilder
impl Unpin for FmpClientBuilder
impl UnwindSafe for FmpClientBuilder
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