pub struct NetdataFunctionConfig {
pub function_name: String,
pub default_facets: Vec<String>,
pub default_view_keys: Vec<String>,
pub default_histogram: Option<String>,
pub reader_options: ReaderOptions,
pub explorer_strategy: ExplorerStrategy,
}Fields§
§function_name: String§default_facets: Vec<String>§default_view_keys: Vec<String>§default_histogram: Option<String>§reader_options: ReaderOptions§explorer_strategy: ExplorerStrategyImplementations§
Source§impl NetdataFunctionConfig
impl NetdataFunctionConfig
pub fn systemd_journal() -> Self
Trait Implementations§
Source§impl Clone for NetdataFunctionConfig
impl Clone for NetdataFunctionConfig
Source§fn clone(&self) -> NetdataFunctionConfig
fn clone(&self) -> NetdataFunctionConfig
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 Debug for NetdataFunctionConfig
impl Debug for NetdataFunctionConfig
Auto Trait Implementations§
impl Freeze for NetdataFunctionConfig
impl RefUnwindSafe for NetdataFunctionConfig
impl Send for NetdataFunctionConfig
impl Sync for NetdataFunctionConfig
impl Unpin for NetdataFunctionConfig
impl UnsafeUnpin for NetdataFunctionConfig
impl UnwindSafe for NetdataFunctionConfig
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