pub struct DataPointBuilder { /* private fields */ }Expand description
Builder for DataPoint object.
Implementations§
Trait Implementations§
Source§impl Debug for DataPointBuilder
impl Debug for DataPointBuilder
Auto Trait Implementations§
impl Freeze for DataPointBuilder
impl RefUnwindSafe for DataPointBuilder
impl Send for DataPointBuilder
impl Sync for DataPointBuilder
impl Unpin for DataPointBuilder
impl UnsafeUnpin for DataPointBuilder
impl UnwindSafe for DataPointBuilder
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