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