pub struct GoogleChromeManagementV1TelemetryEventNotificationFilter {
pub event_types: Option<Vec<String>>,
}Expand description
Configures how the telemetry events should be filtered.
This type is not used in any activity, and only used as part of another schema.
Fields§
§event_types: Option<Vec<String>>Only sends the notifications for events of these types. Must not be empty.
Trait Implementations§
Source§impl Clone for GoogleChromeManagementV1TelemetryEventNotificationFilter
impl Clone for GoogleChromeManagementV1TelemetryEventNotificationFilter
Source§fn clone(&self) -> GoogleChromeManagementV1TelemetryEventNotificationFilter
fn clone(&self) -> GoogleChromeManagementV1TelemetryEventNotificationFilter
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 GoogleChromeManagementV1TelemetryEventNotificationFilter
impl Default for GoogleChromeManagementV1TelemetryEventNotificationFilter
Source§fn default() -> GoogleChromeManagementV1TelemetryEventNotificationFilter
fn default() -> GoogleChromeManagementV1TelemetryEventNotificationFilter
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleChromeManagementV1TelemetryEventNotificationFilter
impl<'de> Deserialize<'de> for GoogleChromeManagementV1TelemetryEventNotificationFilter
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 Part for GoogleChromeManagementV1TelemetryEventNotificationFilter
Auto Trait Implementations§
impl Freeze for GoogleChromeManagementV1TelemetryEventNotificationFilter
impl RefUnwindSafe for GoogleChromeManagementV1TelemetryEventNotificationFilter
impl Send for GoogleChromeManagementV1TelemetryEventNotificationFilter
impl Sync for GoogleChromeManagementV1TelemetryEventNotificationFilter
impl Unpin for GoogleChromeManagementV1TelemetryEventNotificationFilter
impl UnsafeUnpin for GoogleChromeManagementV1TelemetryEventNotificationFilter
impl UnwindSafe for GoogleChromeManagementV1TelemetryEventNotificationFilter
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