pub struct FlexibleTimeWindow { /* private fields */ }Trait Implementations§
Source§impl Debug for FlexibleTimeWindow
impl Debug for FlexibleTimeWindow
Auto Trait Implementations§
impl Freeze for FlexibleTimeWindow
impl RefUnwindSafe for FlexibleTimeWindow
impl Send for FlexibleTimeWindow
impl Sync for FlexibleTimeWindow
impl Unpin for FlexibleTimeWindow
impl UnwindSafe for FlexibleTimeWindow
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