pub struct NebulaConfigStatsGraphite {
pub prefix: String,
pub protocol: NebulaConfigStatsGraphiteProtocol,
pub host: SocketAddrV4,
pub interval: String,
pub message_metrics: bool,
pub lighthouse_metrics: bool,
}
Fields§
§prefix: String
§protocol: NebulaConfigStatsGraphiteProtocol
§host: SocketAddrV4
§interval: String
§message_metrics: bool
§lighthouse_metrics: bool
Trait Implementations§
Source§impl Clone for NebulaConfigStatsGraphite
impl Clone for NebulaConfigStatsGraphite
Source§fn clone(&self) -> NebulaConfigStatsGraphite
fn clone(&self) -> NebulaConfigStatsGraphite
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 NebulaConfigStatsGraphite
impl Debug for NebulaConfigStatsGraphite
Source§impl<'de> Deserialize<'de> for NebulaConfigStatsGraphite
impl<'de> Deserialize<'de> for NebulaConfigStatsGraphite
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
Auto Trait Implementations§
impl Freeze for NebulaConfigStatsGraphite
impl RefUnwindSafe for NebulaConfigStatsGraphite
impl Send for NebulaConfigStatsGraphite
impl Sync for NebulaConfigStatsGraphite
impl Unpin for NebulaConfigStatsGraphite
impl UnwindSafe for NebulaConfigStatsGraphite
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