pub struct DifferentialLogging {
pub attributes: Vec<Aid>,
}
Expand description
One or more taps into Differential logging.
Fields§
§attributes: Vec<Aid>
The log attributes that should be materialized.
Trait Implementations§
Source§impl Clone for DifferentialLogging
impl Clone for DifferentialLogging
Source§fn clone(&self) -> DifferentialLogging
fn clone(&self) -> DifferentialLogging
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 DifferentialLogging
impl Debug for DifferentialLogging
Source§impl<'de> Deserialize<'de> for DifferentialLogging
impl<'de> Deserialize<'de> for DifferentialLogging
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 DifferentialLogging
impl Hash for DifferentialLogging
Source§impl Ord for DifferentialLogging
impl Ord for DifferentialLogging
Source§fn cmp(&self, other: &DifferentialLogging) -> Ordering
fn cmp(&self, other: &DifferentialLogging) -> 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 DifferentialLogging
impl PartialEq for DifferentialLogging
Source§impl PartialOrd for DifferentialLogging
impl PartialOrd for DifferentialLogging
Source§impl Serialize for DifferentialLogging
impl Serialize for DifferentialLogging
Source§impl<S: Scope<Timestamp = Duration>> Sourceable<S> for DifferentialLogging
impl<S: Scope<Timestamp = Duration>> Sourceable<S> for DifferentialLogging
impl Eq for DifferentialLogging
impl StructuralPartialEq for DifferentialLogging
Auto Trait Implementations§
impl Freeze for DifferentialLogging
impl RefUnwindSafe for DifferentialLogging
impl Send for DifferentialLogging
impl Sync for DifferentialLogging
impl Unpin for DifferentialLogging
impl UnwindSafe for DifferentialLogging
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