pub struct PlatformLogsSettings {
pub severity: Option<String>,
}Expand description
Settings for Platform Logs produced by Pub/Sub.
This type is not used in any activity, and only used as part of another schema.
Fields§
§severity: Option<String>Optional. The minimum severity level of Platform Logs that will be written.
Trait Implementations§
Source§impl Clone for PlatformLogsSettings
impl Clone for PlatformLogsSettings
Source§fn clone(&self) -> PlatformLogsSettings
fn clone(&self) -> PlatformLogsSettings
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 PlatformLogsSettings
impl Debug for PlatformLogsSettings
Source§impl Default for PlatformLogsSettings
impl Default for PlatformLogsSettings
Source§fn default() -> PlatformLogsSettings
fn default() -> PlatformLogsSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PlatformLogsSettings
impl<'de> Deserialize<'de> for PlatformLogsSettings
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 Serialize for PlatformLogsSettings
impl Serialize for PlatformLogsSettings
impl Part for PlatformLogsSettings
Auto Trait Implementations§
impl Freeze for PlatformLogsSettings
impl RefUnwindSafe for PlatformLogsSettings
impl Send for PlatformLogsSettings
impl Sync for PlatformLogsSettings
impl Unpin for PlatformLogsSettings
impl UnwindSafe for PlatformLogsSettings
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