pub struct BuilderWithInterval { /* private fields */ }
Expand description
Intermediate builder state struct, returned after calling a method on
BuilderWithEnd
Most likely you won’t need to ever interact with this type directly.
You’re probably looking for Builder
.
Implementations§
Source§impl BuilderWithInterval
impl BuilderWithInterval
Sourcepub fn build(self) -> ClockTimer
pub fn build(self) -> ClockTimer
Builds and returns a ClockTimer
Auto Trait Implementations§
impl Freeze for BuilderWithInterval
impl RefUnwindSafe for BuilderWithInterval
impl Send for BuilderWithInterval
impl Sync for BuilderWithInterval
impl Unpin for BuilderWithInterval
impl UnwindSafe for BuilderWithInterval
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