pub struct RelationConfig {
pub trace_slack: Option<Time>,
}
Expand description
Per-relation semantics.
Fields§
§trace_slack: Option<Time>
How close the arranged trace should follow the computation frontier.
Trait Implementations§
Source§impl Clone for RelationConfig
impl Clone for RelationConfig
Source§fn clone(&self) -> RelationConfig
fn clone(&self) -> RelationConfig
Returns a copy 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 RelationConfig
impl Debug for RelationConfig
Source§impl Hash for RelationConfig
impl Hash for RelationConfig
Source§impl Ord for RelationConfig
impl Ord for RelationConfig
Source§fn cmp(&self, other: &RelationConfig) -> Ordering
fn cmp(&self, other: &RelationConfig) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RelationConfig
impl PartialEq for RelationConfig
Source§impl PartialOrd for RelationConfig
impl PartialOrd for RelationConfig
impl Eq for RelationConfig
impl StructuralPartialEq for RelationConfig
Auto Trait Implementations§
impl Freeze for RelationConfig
impl RefUnwindSafe for RelationConfig
impl Send for RelationConfig
impl Sync for RelationConfig
impl Unpin for RelationConfig
impl UnwindSafe for RelationConfig
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