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