pub struct SystemdJournalPluginProfile;Trait Implementations§
Source§impl Clone for SystemdJournalPluginProfile
impl Clone for SystemdJournalPluginProfile
Source§fn clone(&self) -> SystemdJournalPluginProfile
fn clone(&self) -> SystemdJournalPluginProfile
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 moreimpl Copy for SystemdJournalPluginProfile
Source§impl Debug for SystemdJournalPluginProfile
impl Debug for SystemdJournalPluginProfile
Source§impl Default for SystemdJournalPluginProfile
impl Default for SystemdJournalPluginProfile
Source§fn default() -> SystemdJournalPluginProfile
fn default() -> SystemdJournalPluginProfile
Returns the “default value” for a type. Read more
Source§impl NetdataFunctionProfile for SystemdJournalPluginProfile
impl NetdataFunctionProfile for SystemdJournalPluginProfile
fn field_display_value( &self, context: &DisplayContext, scope: DisplayScope, field: &str, value: &[u8], ) -> Value
fn facet_option_name( &self, context: &DisplayContext, field: &str, raw_value: &[u8], ) -> String
fn row_options(&self, fields: &BTreeMap<String, Vec<Vec<u8>>>) -> Value
Auto Trait Implementations§
impl Freeze for SystemdJournalPluginProfile
impl RefUnwindSafe for SystemdJournalPluginProfile
impl Send for SystemdJournalPluginProfile
impl Sync for SystemdJournalPluginProfile
impl Unpin for SystemdJournalPluginProfile
impl UnsafeUnpin for SystemdJournalPluginProfile
impl UnwindSafe for SystemdJournalPluginProfile
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