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