pub struct PriceBachelier { /* private fields */ }Implementations§
Source§impl PriceBachelier
impl PriceBachelier
Sourcepub const fn builder() -> PriceBachelierBuilder
pub const fn builder() -> PriceBachelierBuilder
Create an instance of PriceBachelier using the builder syntax
Auto Trait Implementations§
impl Freeze for PriceBachelier
impl RefUnwindSafe for PriceBachelier
impl Send for PriceBachelier
impl Sync for PriceBachelier
impl Unpin for PriceBachelier
impl UnwindSafe for PriceBachelier
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