pub struct QueueConsumeSystemNotificationsRequest {
pub filter: Value,
}Expand description
Internal filter for consuming queued system notifications.
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
Fields§
§filter: ValueOpaque runtime-owned filter object.
Trait Implementations§
Source§impl Clone for QueueConsumeSystemNotificationsRequest
impl Clone for QueueConsumeSystemNotificationsRequest
Source§fn clone(&self) -> QueueConsumeSystemNotificationsRequest
fn clone(&self) -> QueueConsumeSystemNotificationsRequest
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 Default for QueueConsumeSystemNotificationsRequest
impl Default for QueueConsumeSystemNotificationsRequest
Source§fn default() -> QueueConsumeSystemNotificationsRequest
fn default() -> QueueConsumeSystemNotificationsRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueueConsumeSystemNotificationsRequest
impl<'de> Deserialize<'de> for QueueConsumeSystemNotificationsRequest
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
Auto Trait Implementations§
impl Freeze for QueueConsumeSystemNotificationsRequest
impl RefUnwindSafe for QueueConsumeSystemNotificationsRequest
impl Send for QueueConsumeSystemNotificationsRequest
impl Sync for QueueConsumeSystemNotificationsRequest
impl Unpin for QueueConsumeSystemNotificationsRequest
impl UnsafeUnpin for QueueConsumeSystemNotificationsRequest
impl UnwindSafe for QueueConsumeSystemNotificationsRequest
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