pub struct WorkGraphEventFilter {
pub realm_id: Option<String>,
pub namespace: Option<WorkNamespace>,
pub all_namespaces: bool,
pub after_seq: Option<i64>,
pub limit: Option<usize>,
}Fields§
§realm_id: Option<String>§namespace: Option<WorkNamespace>§all_namespaces: bool§after_seq: Option<i64>§limit: Option<usize>Trait Implementations§
Source§impl Clone for WorkGraphEventFilter
impl Clone for WorkGraphEventFilter
Source§fn clone(&self) -> WorkGraphEventFilter
fn clone(&self) -> WorkGraphEventFilter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WorkGraphEventFilter
impl Debug for WorkGraphEventFilter
Source§impl Default for WorkGraphEventFilter
impl Default for WorkGraphEventFilter
Source§fn default() -> WorkGraphEventFilter
fn default() -> WorkGraphEventFilter
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkGraphEventFilter
impl<'de> Deserialize<'de> for WorkGraphEventFilter
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
impl Eq for WorkGraphEventFilter
Source§impl PartialEq for WorkGraphEventFilter
impl PartialEq for WorkGraphEventFilter
Source§fn eq(&self, other: &WorkGraphEventFilter) -> bool
fn eq(&self, other: &WorkGraphEventFilter) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for WorkGraphEventFilter
impl Serialize for WorkGraphEventFilter
impl StructuralPartialEq for WorkGraphEventFilter
Auto Trait Implementations§
impl Freeze for WorkGraphEventFilter
impl RefUnwindSafe for WorkGraphEventFilter
impl Send for WorkGraphEventFilter
impl Sync for WorkGraphEventFilter
impl Unpin for WorkGraphEventFilter
impl UnsafeUnpin for WorkGraphEventFilter
impl UnwindSafe for WorkGraphEventFilter
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.