pub struct V3ApiSettings {
pub endpoints: Vec<String>,
}Expand description
Per-payload V3 intake settings, reused for both series and sketches.
Fields§
§endpoints: Vec<String>Endpoints enabled for the V3 intake.
Trait Implementations§
Source§impl Clone for V3ApiSettings
impl Clone for V3ApiSettings
Source§fn clone(&self) -> V3ApiSettings
fn clone(&self) -> V3ApiSettings
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 V3ApiSettings
impl Debug for V3ApiSettings
Source§impl Default for V3ApiSettings
impl Default for V3ApiSettings
Source§fn default() -> V3ApiSettings
fn default() -> V3ApiSettings
Returns the “default value” for a type. Read more
Source§impl PartialEq for V3ApiSettings
impl PartialEq for V3ApiSettings
Source§impl Serialize for V3ApiSettings
impl Serialize for V3ApiSettings
impl StructuralPartialEq for V3ApiSettings
Auto Trait Implementations§
impl Freeze for V3ApiSettings
impl RefUnwindSafe for V3ApiSettings
impl Send for V3ApiSettings
impl Sync for V3ApiSettings
impl Unpin for V3ApiSettings
impl UnwindSafe for V3ApiSettings
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