pub struct SystemdJournalProfile;Trait Implementations§
Source§impl Clone for SystemdJournalProfile
impl Clone for SystemdJournalProfile
Source§fn clone(&self) -> SystemdJournalProfile
fn clone(&self) -> SystemdJournalProfile
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 SystemdJournalProfile
Source§impl Debug for SystemdJournalProfile
impl Debug for SystemdJournalProfile
Source§impl Default for SystemdJournalProfile
impl Default for SystemdJournalProfile
Source§fn default() -> SystemdJournalProfile
fn default() -> SystemdJournalProfile
Returns the “default value” for a type. Read more
Source§impl NetdataFunctionProfile for SystemdJournalProfile
impl NetdataFunctionProfile for SystemdJournalProfile
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 SystemdJournalProfile
impl RefUnwindSafe for SystemdJournalProfile
impl Send for SystemdJournalProfile
impl Sync for SystemdJournalProfile
impl Unpin for SystemdJournalProfile
impl UnsafeUnpin for SystemdJournalProfile
impl UnwindSafe for SystemdJournalProfile
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