pub struct TimeClause {
pub pipeline: Pipeline,
}Fields§
§pipeline: PipelineTrait Implementations§
Source§impl Clone for TimeClause
impl Clone for TimeClause
Source§fn clone(&self) -> TimeClause
fn clone(&self) -> TimeClause
Returns a duplicate 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 TimeClause
impl Debug for TimeClause
Source§impl PartialEq for TimeClause
impl PartialEq for TimeClause
impl StructuralPartialEq for TimeClause
Auto Trait Implementations§
impl Freeze for TimeClause
impl RefUnwindSafe for TimeClause
impl Send for TimeClause
impl Sync for TimeClause
impl Unpin for TimeClause
impl UnsafeUnpin for TimeClause
impl UnwindSafe for TimeClause
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