#[non_exhaustive]pub struct DatetimeRangeBuilder { /* private fields */ }Expand description
A builder for DatetimeRange.
Implementations§
source§impl DatetimeRangeBuilder
impl DatetimeRangeBuilder
sourcepub fn build(self) -> DatetimeRange
pub fn build(self) -> DatetimeRange
Consumes the builder and constructs a DatetimeRange.
Trait Implementations§
source§impl Clone for DatetimeRangeBuilder
impl Clone for DatetimeRangeBuilder
source§fn clone(&self) -> DatetimeRangeBuilder
fn clone(&self) -> DatetimeRangeBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DatetimeRangeBuilder
impl Debug for DatetimeRangeBuilder
source§impl Default for DatetimeRangeBuilder
impl Default for DatetimeRangeBuilder
source§fn default() -> DatetimeRangeBuilder
fn default() -> DatetimeRangeBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DatetimeRangeBuilder> for DatetimeRangeBuilder
impl PartialEq<DatetimeRangeBuilder> for DatetimeRangeBuilder
source§fn eq(&self, other: &DatetimeRangeBuilder) -> bool
fn eq(&self, other: &DatetimeRangeBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DatetimeRangeBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DatetimeRangeBuilder
impl Send for DatetimeRangeBuilder
impl Sync for DatetimeRangeBuilder
impl Unpin for DatetimeRangeBuilder
impl UnwindSafe for DatetimeRangeBuilder
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