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