pub struct TimelyLogging {
pub attributes: Vec<Aid>,
pub remote_peers: Option<usize>,
}
Expand description
One or more taps into Timely logging.
Fields§
§attributes: Vec<Aid>
The log attributes that should be materialized.
remote_peers: Option<usize>
Optionally listen for events from a number of remote workers, rather than introspectively.
Trait Implementations§
Source§impl Clone for TimelyLogging
impl Clone for TimelyLogging
Source§fn clone(&self) -> TimelyLogging
fn clone(&self) -> TimelyLogging
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 TimelyLogging
impl Debug for TimelyLogging
Source§impl<'de> Deserialize<'de> for TimelyLogging
impl<'de> Deserialize<'de> for TimelyLogging
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for TimelyLogging
impl Hash for TimelyLogging
Source§impl Ord for TimelyLogging
impl Ord for TimelyLogging
Source§fn cmp(&self, other: &TimelyLogging) -> Ordering
fn cmp(&self, other: &TimelyLogging) -> 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 TimelyLogging
impl PartialEq for TimelyLogging
Source§impl PartialOrd for TimelyLogging
impl PartialOrd for TimelyLogging
Source§impl Serialize for TimelyLogging
impl Serialize for TimelyLogging
Source§impl<S: Scope<Timestamp = Duration>> Sourceable<S> for TimelyLogging
impl<S: Scope<Timestamp = Duration>> Sourceable<S> for TimelyLogging
impl Eq for TimelyLogging
impl StructuralPartialEq for TimelyLogging
Auto Trait Implementations§
impl Freeze for TimelyLogging
impl RefUnwindSafe for TimelyLogging
impl Send for TimelyLogging
impl Sync for TimelyLogging
impl Unpin for TimelyLogging
impl UnwindSafe for TimelyLogging
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